- f28ff9d in parse_kbinput(), properly handle combined control character and by David Lawrence Ramsey · 19 years ago
- ec177be in do_help(), don't allow moving down a page when the last line of the by David Lawrence Ramsey · 19 years ago
- 1dc7c12 cosmetic fix by David Lawrence Ramsey · 19 years ago
- 8a72370 typo fix by David Lawrence Ramsey · 19 years ago
- 5370b0c in parse_escape_seq_kbinput(), handle unknown and unignored escape by David Lawrence Ramsey · 19 years ago
- 19f3bd6 in parse_kbinput(), translate extended keypad keys to their ASCII by David Lawrence Ramsey · 19 years ago
- a44ca78 in parse_kbinput(), properly handle combined meta and escape sequences, by David Lawrence Ramsey · 19 years ago
- 006fc23 typo fixes by David Lawrence Ramsey · 19 years ago
- 118cb37 in mbstrncasecmp(), mbstrcasestr(), and mbrevstrcasestr(), don't by David Lawrence Ramsey · 19 years ago
- d3887dc update UPGRADE to fix the description of +LINE,COLUMN by David Lawrence Ramsey · 19 years ago
- c81aa06 update UPGRADE to account for the ability to indent unmarked lines by David Lawrence Ramsey · 19 years ago
- f875883 fix changelog entry by David Lawrence Ramsey · 19 years ago
- 4ac129c when using slang 2.x, call SLutf8_enable() with an argument of 1 instead by David Lawrence Ramsey · 19 years ago
- e53e125 rename the DISABLE_ROOTWRAP #define to DISABLE_ROOTWRAPPING by David Lawrence Ramsey · 19 years ago
- 23994bd miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
- 6e308c0 comment fix by David Lawrence Ramsey · 19 years ago
- 7c06be5 fix changelog entries by David Lawrence Ramsey · 19 years ago
- 3bb45ae per Daniel Richard G.'s patch, in parse_rcfile(), add missing by David Lawrence Ramsey · 19 years ago
- 6ff22e7 rename the values of the scroll_dir enum to UP_DIR and DOWN_DIR, since by David Lawrence Ramsey · 19 years ago
- 0a4b737 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 32a3ce4 revert unneeded #ifdef fixes by David Lawrence Ramsey · 19 years ago
- 935594b add various cosmetic and #ifdef fixes by David Lawrence Ramsey · 19 years ago
- a5ad825 improve the display of bools in debugging statements by David Lawrence Ramsey · 19 years ago
- f968a18 in replace_regexp(), remove unnecessary casting of c to int by David Lawrence Ramsey · 19 years ago
- eec40df in do_insertfile(), remove redundant code: we only mark the file as by David Lawrence Ramsey · 19 years ago
- c346701 in do_insertfile(), if we don't insert a file into a new buffer, by David Lawrence Ramsey · 19 years ago
- 9a145d9 in do_insertfile(), if we're in view mode, as we can be if multibuffer by David Lawrence Ramsey · 19 years ago
- 49172ca more typo fixes by David Lawrence Ramsey · 19 years ago
- 0d8feb9 remove unneeded blank lines by David Lawrence Ramsey · 19 years ago
- 1e11177 in nano.h, remove the manual disabling of color support if regex.h isn't by David Lawrence Ramsey · 19 years ago
- 84b9f4b in configure.ac, if regex.h isn't found, display an error message if we by David Lawrence Ramsey · 19 years ago
- 82697f2 don't include sys/ioctl.h in nano.c when NANO_TINY is defined, as by David Lawrence Ramsey · 19 years ago
- 1a47348 in nano.h, if we don't have nanorc support, disable color support, as it by David Lawrence Ramsey · 19 years ago
- c6c98f7 make Jordi's email address, and the description of what the manual pages by David Lawrence Ramsey · 19 years ago
- b8592ce in do_browse_from(), don't bother freeing path if it's NULL by David Lawrence Ramsey · 19 years ago
- b08c9f0 revert erroneous change by David Lawrence Ramsey · 19 years ago
- 87b37bd add miscellaneous minor cleanups to do_browser(), do_browse_from(), and by David Lawrence Ramsey · 19 years ago
- 35c9fa6 clean up the TODO list a bit more by David Lawrence Ramsey · 19 years ago
- 083cc12 mention the need to handle resizes better in the TODO list, and clean it by David Lawrence Ramsey · 19 years ago
- 4ea2eac comment fixes by David Lawrence Ramsey · 19 years ago
- e328169 remove unneeded #ifdef by David Lawrence Ramsey · 19 years ago
- 4e68588 revert erroneous change by David Lawrence Ramsey · 19 years ago
- 7f3fdb4 in titlebar(), don't display any blank space for the state if we're in by David Lawrence Ramsey · 19 years ago
- d59c423 typo fixes by David Lawrence Ramsey · 19 years ago
- c284e1d fix inaccurate comments by David Lawrence Ramsey · 19 years ago
- 664e0da still more cosmetic fixes by David Lawrence Ramsey · 19 years ago
- a5322ee another cosmetic fix by David Lawrence Ramsey · 19 years ago
- c2e585e per John M. Gabriele's patch with a few tweaks by me, in by David Lawrence Ramsey · 19 years ago
- 2c36e2e consolidate do_scroll_(up|down)() into do_(up|down)(), as they have a by David Lawrence Ramsey · 19 years ago
- bf10495 in do_scroll_up() and do_scroll_down(), fix problems where, after by David Lawrence Ramsey · 19 years ago
- ec15fdb comment fixes by David Lawrence Ramsey · 19 years ago
- b006367 comment fixes by David Lawrence Ramsey · 19 years ago
- 99a06d3 add another post-2.0 item by David Lawrence Ramsey · 19 years ago
- aee00d4 if the mark isn't on, allow Meta-} and Meta-{ to indent and unindent by David Lawrence Ramsey · 19 years ago
- 7f80174 another cosmetic fix by David Lawrence Ramsey · 19 years ago
- a89e39a cosmetic fix by David Lawrence Ramsey · 19 years ago
- afeed5f comment fixes by David Lawrence Ramsey · 19 years ago
- aa4eb40 another cosmetic fix by David Lawrence Ramsey · 19 years ago
- 19cb1e6 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 85e35e6 in get_full_path(), don't return NULL when the current directory doesn't by David Lawrence Ramsey · 19 years ago
- 51b7b0e in browser_refresh() and titlebar(), don't display overly long filenames by David Lawrence Ramsey · 19 years ago
- 0cae087 cosmetic fix by David Lawrence Ramsey · 19 years ago
- 567d471 in display_string(), properly handle buf[start_index]'s being a null terminator by David Lawrence Ramsey · 19 years ago
- f1a8e72 still more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
- ca53a6e another miscellaneous minor fix by David Lawrence Ramsey · 19 years ago
- a7bdd2e in do_browse_from(), during the operating directory check, if path isn't by David Lawrence Ramsey · 19 years ago
- 4953e49 miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
- 051e953 yet another comment fix by David Lawrence Ramsey · 19 years ago
- bc7dc36 make the file browser's mouse support consistent with other mouse by David Lawrence Ramsey · 19 years ago
- 60d22f0 in do_browser() and do_help(), detect the previous selected file or by David Lawrence Ramsey · 19 years ago
- 2f7c1a0 calculate width in browser_init(), as it's more consistent by David Lawrence Ramsey · 19 years ago
- b520d50 still more cosmetic fixes by David Lawrence Ramsey · 19 years ago
- c0ba4bf simplify and remove redundancies from various bits by David Lawrence Ramsey · 19 years ago
- f8d085d in browser_refresh(), fix problem where width wouldn't be properly by David Lawrence Ramsey · 19 years ago
- 3528a03 more comment fixes by David Lawrence Ramsey · 19 years ago
- 49c85d0 comment fix by David Lawrence Ramsey · 19 years ago
- 015c434 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- afa1542 simplify by David Lawrence Ramsey · 19 years ago
- 9f2e3f7 comment fix by David Lawrence Ramsey · 19 years ago
- 458d004 cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 139dc4a add another missing comment by David Lawrence Ramsey · 19 years ago
- a0283b7 simplify, and add missing comments by David Lawrence Ramsey · 19 years ago
- 345a5b8 comment fix by David Lawrence Ramsey · 19 years ago
- d44f322 remove unneeded blank lines by David Lawrence Ramsey · 19 years ago
- ed467e5 in browser_refresh(), add translator comments explaining the maximum by David Lawrence Ramsey · 19 years ago
- 7d6dd41 still more comment fixes by David Lawrence Ramsey · 19 years ago
- a43827d more comment fixes by David Lawrence Ramsey · 19 years ago
- 224b6d5 add missing comment by David Lawrence Ramsey · 19 years ago
- 5ee89c6 yet another cosmetic fix by David Lawrence Ramsey · 19 years ago
- 6fa1144 more cosmetic fixes by David Lawrence Ramsey · 19 years ago
- 96514a2 add clarifying comment by David Lawrence Ramsey · 19 years ago
- 6b90657 more miscellaneous minor fixes by David Lawrence Ramsey · 19 years ago
- 85ffaee in browser_refresh(), if a filename is too long, truncate and display an by David Lawrence Ramsey · 19 years ago
- fef3c86 fix breakage by David Lawrence Ramsey · 19 years ago
- c021925 in browser_init(), fix off-by-one error when calculating longest that by David Lawrence Ramsey · 19 years ago
- 46c29c4 still more comment fixes by David Lawrence Ramsey · 19 years ago
- 17e1269 fix breakage by David Lawrence Ramsey · 19 years ago
- 3d7c2bd more comment fixes by David Lawrence Ramsey · 19 years ago
- 21cdee5 update changelog entries by David Lawrence Ramsey · 19 years ago
- 0457eb9 comment fixes by David Lawrence Ramsey · 19 years ago