Changeset 3241
- Timestamp:
- Apr 30, 2007, 1:13:49 AM (18 years ago)
- Location:
- trunk/essentials/app-shells/bash
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/lib/readline/terminal.c
r3231 r3241 123 123 124 124 /* Non-zero means the terminal can auto-wrap lines. */ 125 int _rl_term_autowrap ;125 int _rl_term_autowrap = -1; 126 126 127 127 /* Non-zero means that this terminal has a meta key. */ … … 275 275 int rows, cols; 276 276 { 277 if (_rl_term_autowrap == -1) 278 _rl_init_terminal_io (rl_terminal_name); 279 277 280 if (rows > 0) 278 281 _rl_screenheight = rows; -
trunk/essentials/app-shells/bash/patchlevel.h
r3240 r3241 26 26 looks for to find the patch level (for the sccs version string). */ 27 27 28 #define PATCHLEVEL 528 #define PATCHLEVEL 6 29 29 30 30 #endif /* _PATCHLEVEL_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.