1. 1b3e4e1 fix misplaced do_prompt_abort() by David Lawrence Ramsey · 18 years ago
  2. 3879528 make sure that the statusbar cursor position is always properly reset by David Lawrence Ramsey · 18 years ago
  3. 89ca96b in handle_sigwinch(), just in case we're in the statusbar prompt, reset by David Lawrence Ramsey · 18 years ago
  4. fa38795 miscellaneous minor fixes by David Lawrence Ramsey · 18 years ago
  5. e1e2cb7 simplify, and add comment fixes by David Lawrence Ramsey · 18 years ago
  6. 17408b5 in do_browser(), fix potential segfault when going to a directory that by David Lawrence Ramsey · 18 years ago
  7. 98332d4 properly preserve the cursor position when going from the "Read File" or by David Lawrence Ramsey · 18 years ago
  8. 56ec592 in shortcut_init(), make the help shortcut for the "Go to Directory" by David Lawrence Ramsey · 18 years ago
  9. f7b8783 in shortcut_init(), remove the ^X shortcut for CutTillEnd at the search by David Lawrence Ramsey · 18 years ago
  10. 6835102 cosmetic fixes by David Lawrence Ramsey · 18 years ago
  11. 0bbd290 cosmetic fixes by David Lawrence Ramsey · 18 years ago
  12. 5c55e85 in help_init(), adjust the first two chunks of the main help text so by David Lawrence Ramsey · 18 years ago
  13. 5a22dbb in digits(), remove the assumption that n is always positive, although by David Lawrence Ramsey · 18 years ago
  14. c6bef76 another comment fix by David Lawrence Ramsey · 18 years ago
  15. 2ea7fb0 comment fix by David Lawrence Ramsey · 18 years ago
  16. cbab273 in edit_draw(), simplify the setting of paintlen by David Lawrence Ramsey · 18 years ago
  17. 2578025 cosmetic fixes by David Lawrence Ramsey · 18 years ago
  18. 5b17ef8 revert erroneous change by David Lawrence Ramsey · 18 years ago
  19. 3714e07 in parse_kbinput(), translate KEY_EVENT to ERR if we get it, so that by David Lawrence Ramsey · 18 years ago
  20. 7b0531a per Benno Schulenberg's patch with a few tweaks by me, add various by David Lawrence Ramsey · 18 years ago
  21. f9f8cc3 fix inaccurate comment by David Lawrence Ramsey · 18 years ago
  22. ad344e9 make bad_mbchar a static const char* const in chars.c, as its value by David Lawrence Ramsey · 18 years ago
  23. b159f94 per Benno Schulenberg's patch with a few additions by me, fix by David Lawrence Ramsey · 18 years ago
  24. 2f70228 in toggle_init(), make sure that a blank line is not displayed after the by David Lawrence Ramsey · 18 years ago
  25. bd28ee4 when DISABLE_HELP is defined, leave out some unused shortcut and toggle by David Lawrence Ramsey · 18 years ago
  26. 1b4ae69 in parse_escape_seq_kbinput(), Don't ignore escape sequences anymore; by David Lawrence Ramsey · 18 years ago
  27. 722b728 another cosmetic fix by David Lawrence Ramsey · 18 years ago
  28. f28ff9d in parse_kbinput(), properly handle combined control character and by David Lawrence Ramsey · 18 years ago
  29. ec177be in do_help(), don't allow moving down a page when the last line of the by David Lawrence Ramsey · 18 years ago
  30. 1dc7c12 cosmetic fix by David Lawrence Ramsey · 18 years ago
  31. 8a72370 typo fix by David Lawrence Ramsey · 18 years ago
  32. 5370b0c in parse_escape_seq_kbinput(), handle unknown and unignored escape by David Lawrence Ramsey · 18 years ago
  33. 19f3bd6 in parse_kbinput(), translate extended keypad keys to their ASCII by David Lawrence Ramsey · 18 years ago
  34. a44ca78 in parse_kbinput(), properly handle combined meta and escape sequences, by David Lawrence Ramsey · 18 years ago
  35. 006fc23 typo fixes by David Lawrence Ramsey · 18 years ago
  36. 118cb37 in mbstrncasecmp(), mbstrcasestr(), and mbrevstrcasestr(), don't by David Lawrence Ramsey · 18 years ago
  37. 4ac129c when using slang 2.x, call SLutf8_enable() with an argument of 1 instead by David Lawrence Ramsey · 18 years ago
  38. e53e125 rename the DISABLE_ROOTWRAP #define to DISABLE_ROOTWRAPPING by David Lawrence Ramsey · 18 years ago
  39. 23994bd miscellaneous minor fixes by David Lawrence Ramsey · 18 years ago
  40. 6e308c0 comment fix by David Lawrence Ramsey · 18 years ago
  41. 3bb45ae per Daniel Richard G.'s patch, in parse_rcfile(), add missing by David Lawrence Ramsey · 18 years ago
  42. 6ff22e7 rename the values of the scroll_dir enum to UP_DIR and DOWN_DIR, since by David Lawrence Ramsey · 18 years ago
  43. 0a4b737 cosmetic fixes by David Lawrence Ramsey · 18 years ago
  44. 32a3ce4 revert unneeded #ifdef fixes by David Lawrence Ramsey · 18 years ago
  45. 935594b add various cosmetic and #ifdef fixes by David Lawrence Ramsey · 18 years ago
  46. a5ad825 improve the display of bools in debugging statements by David Lawrence Ramsey · 18 years ago
  47. f968a18 in replace_regexp(), remove unnecessary casting of c to int by David Lawrence Ramsey · 18 years ago
  48. eec40df in do_insertfile(), remove redundant code: we only mark the file as by David Lawrence Ramsey · 18 years ago
  49. c346701 in do_insertfile(), if we don't insert a file into a new buffer, by David Lawrence Ramsey · 18 years ago
  50. 9a145d9 in do_insertfile(), if we're in view mode, as we can be if multibuffer by David Lawrence Ramsey · 18 years ago
  51. 49172ca more typo fixes by David Lawrence Ramsey · 18 years ago
  52. 0d8feb9 remove unneeded blank lines by David Lawrence Ramsey · 18 years ago
  53. 1e11177 in nano.h, remove the manual disabling of color support if regex.h isn't by David Lawrence Ramsey · 18 years ago
  54. 82697f2 don't include sys/ioctl.h in nano.c when NANO_TINY is defined, as by David Lawrence Ramsey · 18 years ago
  55. 1a47348 in nano.h, if we don't have nanorc support, disable color support, as it by David Lawrence Ramsey · 18 years ago
  56. b8592ce in do_browse_from(), don't bother freeing path if it's NULL by David Lawrence Ramsey · 18 years ago
  57. b08c9f0 revert erroneous change by David Lawrence Ramsey · 18 years ago
  58. 87b37bd add miscellaneous minor cleanups to do_browser(), do_browse_from(), and by David Lawrence Ramsey · 18 years ago
  59. 4ea2eac comment fixes by David Lawrence Ramsey · 18 years ago
  60. e328169 remove unneeded #ifdef by David Lawrence Ramsey · 18 years ago
  61. 4e68588 revert erroneous change by David Lawrence Ramsey · 18 years ago
  62. 7f3fdb4 in titlebar(), don't display any blank space for the state if we're in by David Lawrence Ramsey · 18 years ago
  63. d59c423 typo fixes by David Lawrence Ramsey · 18 years ago
  64. c284e1d fix inaccurate comments by David Lawrence Ramsey · 18 years ago
  65. 664e0da still more cosmetic fixes by David Lawrence Ramsey · 18 years ago
  66. a5322ee another cosmetic fix by David Lawrence Ramsey · 18 years ago
  67. 2c36e2e consolidate do_scroll_(up|down)() into do_(up|down)(), as they have a by David Lawrence Ramsey · 18 years ago
  68. bf10495 in do_scroll_up() and do_scroll_down(), fix problems where, after by David Lawrence Ramsey · 18 years ago
  69. ec15fdb comment fixes by David Lawrence Ramsey · 18 years ago
  70. b006367 comment fixes by David Lawrence Ramsey · 18 years ago
  71. aee00d4 if the mark isn't on, allow Meta-} and Meta-{ to indent and unindent by David Lawrence Ramsey · 18 years ago
  72. 7f80174 another cosmetic fix by David Lawrence Ramsey · 18 years ago
  73. a89e39a cosmetic fix by David Lawrence Ramsey · 18 years ago
  74. afeed5f comment fixes by David Lawrence Ramsey · 18 years ago
  75. aa4eb40 another cosmetic fix by David Lawrence Ramsey · 18 years ago
  76. 19cb1e6 cosmetic fixes by David Lawrence Ramsey · 18 years ago
  77. 85e35e6 in get_full_path(), don't return NULL when the current directory doesn't by David Lawrence Ramsey · 18 years ago
  78. 51b7b0e in browser_refresh() and titlebar(), don't display overly long filenames by David Lawrence Ramsey · 18 years ago
  79. 0cae087 cosmetic fix by David Lawrence Ramsey · 18 years ago
  80. 567d471 in display_string(), properly handle buf[start_index]'s being a null terminator by David Lawrence Ramsey · 18 years ago
  81. f1a8e72 still more miscellaneous minor fixes by David Lawrence Ramsey · 18 years ago
  82. ca53a6e another miscellaneous minor fix by David Lawrence Ramsey · 18 years ago
  83. a7bdd2e in do_browse_from(), during the operating directory check, if path isn't by David Lawrence Ramsey · 18 years ago
  84. 4953e49 miscellaneous minor fixes by David Lawrence Ramsey · 18 years ago
  85. 051e953 yet another comment fix by David Lawrence Ramsey · 18 years ago
  86. bc7dc36 make the file browser's mouse support consistent with other mouse by David Lawrence Ramsey · 18 years ago
  87. 60d22f0 in do_browser() and do_help(), detect the previous selected file or by David Lawrence Ramsey · 18 years ago
  88. 2f7c1a0 calculate width in browser_init(), as it's more consistent by David Lawrence Ramsey · 18 years ago
  89. b520d50 still more cosmetic fixes by David Lawrence Ramsey · 18 years ago
  90. c0ba4bf simplify and remove redundancies from various bits by David Lawrence Ramsey · 18 years ago
  91. f8d085d in browser_refresh(), fix problem where width wouldn't be properly by David Lawrence Ramsey · 18 years ago
  92. 3528a03 more comment fixes by David Lawrence Ramsey · 18 years ago
  93. 49c85d0 comment fix by David Lawrence Ramsey · 18 years ago
  94. 015c434 cosmetic fixes by David Lawrence Ramsey · 18 years ago
  95. afa1542 simplify by David Lawrence Ramsey · 18 years ago
  96. 9f2e3f7 comment fix by David Lawrence Ramsey · 18 years ago
  97. 458d004 cosmetic fixes by David Lawrence Ramsey · 18 years ago
  98. 139dc4a add another missing comment by David Lawrence Ramsey · 18 years ago
  99. a0283b7 simplify, and add missing comments by David Lawrence Ramsey · 18 years ago
  100. 345a5b8 comment fix by David Lawrence Ramsey · 18 years ago