- 9c4488b in break_line(), fix another problem where goal could be miscalculated by David Lawrence Ramsey · 20 years ago
- 5ab12ca miscellaneous minor fix by David Lawrence Ramsey · 20 years ago
- ca37ee6 *really* fix the previous break_line() problem by David Lawrence Ramsey · 20 years ago
- bdc1b9b really fix the previous break_line() problem by David Lawrence Ramsey · 20 years ago
- cd9a5f0 in break_line(), fix a problem where a line could be broken in the by David Lawrence Ramsey · 20 years ago
- c4b854d in display_string(), really avoid a memory corruption problem by by David Lawrence Ramsey · 20 years ago
- a03d9c0 fix another minor spacing problem in titlebar() by David Lawrence Ramsey · 20 years ago
- 23bdb27 comment fixes by David Lawrence Ramsey · 20 years ago
- 3c4dc46 in (control_)?mbrep(), if crep is an invalid multibyte sequence, copy by David Lawrence Ramsey · 20 years ago
- 1c3bfa9 remove do_(left|right)()'s ability to optionally not update the current by David Lawrence Ramsey · 20 years ago
- feb89db more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- 239b415 fix changelog entry by David Lawrence Ramsey · 20 years ago
- 7f26c73 in display_string(), if column is less than start_col and the by David Lawrence Ramsey · 20 years ago
- 1c367b6 comment fix by David Lawrence Ramsey · 20 years ago
- f562299 in configure.ac, update the description of the ENABLE_COLOR option to by David Lawrence Ramsey · 20 years ago
- 093d500 if we don't have regex.h and hence regex support, disable color support, by David Lawrence Ramsey · 20 years ago
- 93bef53 minor documentation fixes by David Lawrence Ramsey · 20 years ago
- e4e6173 in move_to_filestruct(), fix problem where edittop wouldn't be reset by David Lawrence Ramsey · 20 years ago
- be614ec formatting fix by David Lawrence Ramsey · 20 years ago
- e014fbd fix compilation with -pedantic by David Lawrence Ramsey · 20 years ago
- 7fc0ada fix compilation with --enable-debug by David Lawrence Ramsey · 20 years ago
- 20d3cb0 fix credits length by David Lawrence Ramsey · 20 years ago
- 47daf02 add Mike Frysinger to credits by David Lawrence Ramsey · 20 years ago
- 79d9795 make is_valid_unicode() catch more invalid Unicode by David Lawrence Ramsey · 20 years ago
- 738893f more email address updates by David Lawrence Ramsey · 20 years ago
- c83512a fix changelog entry by David Lawrence Ramsey · 20 years ago
- 111f37a update email address by David Lawrence Ramsey · 20 years ago
- c6836ec Credit Bulgarian and Dutch translators. by Jordi Mallach · 20 years ago
- a8db260 Convert to UTF-8. by Jordi Mallach · 20 years ago
- 8bcf43b New Bulgarian translation. by Jordi Mallach · 20 years ago
- 6834650 really fix edit_scroll() breakage by David Lawrence Ramsey · 20 years ago
- 8ad58bc comment fix by David Lawrence Ramsey · 20 years ago
- a9b862c fix more edit_scroll() breakage by David Lawrence Ramsey · 20 years ago
- 21bec6c Updated Catalan translation. by Jordi Mallach · 20 years ago
- 11219ba Updated Dutch from the TP. by Jordi Mallach · 20 years ago
- c71e031 clean up do_credits() even more by David Lawrence Ramsey · 20 years ago
- 84fdb90 use doupdate() instead of refresh() to reenter curses mode by David Lawrence Ramsey · 20 years ago
- 31de105 turn the keypad on in topwin again, and clean up do_credits() a bit by David Lawrence Ramsey · 20 years ago
- 85ea1de cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 4fde119 for consistency, display high-bit single-byte control characters as Unicode FFFD in UTF-8 mode by David Lawrence Ramsey · 20 years ago
- 4cf2246 add missing comment by David Lawrence Ramsey · 20 years ago
- 9fece9d still more various documentation updates by David Lawrence Ramsey · 20 years ago
- d7f0fe9 various documentation updates by David Lawrence Ramsey · 20 years ago
- 4f03daf add new -W/--wordbounds command line option, and new "wordbounds" rcfile by David Lawrence Ramsey · 20 years ago
- 6a3ac36 in usage(), remove unneeded translation of "--quickblank" by David Lawrence Ramsey · 20 years ago
- 4adb37e clarify changelog entry by David Lawrence Ramsey · 20 years ago
- 057edf7 readd the option to turn the keypad off by default from nano 1.2.x, with by David Lawrence Ramsey · 20 years ago
- abd8993 in update_history(), add a check to make sure the parameter we pass to by David Lawrence Ramsey · 20 years ago
- 8c7a562 cover the full range of Unicode by David Lawrence Ramsey · 20 years ago
- 8b006c2 store Unicode values in longs instead of ints by David Lawrence Ramsey · 20 years ago
- 815fb0a cosmetic fix by David Lawrence Ramsey · 20 years ago
- 6ff695c even better handling of invalid Unicode characters by David Lawrence Ramsey · 20 years ago
- 71dd8c1 don't allow entering invalid Unicode in make_mbchar() either by David Lawrence Ramsey · 20 years ago
- 8c55d21 add better handling of invalid Unicode, plus a few miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- b7bf27a more get_unicode_kbinput() fixes: properly discard hexadecimal FFFE to by David Lawrence Ramsey · 20 years ago
- c25ed53 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 258497f fix misplaced code in previous edit_scroll() fix by David Lawrence Ramsey · 20 years ago
- 107e816 eliminate still more redundant screen updates by David Lawrence Ramsey · 20 years ago
- 6a83647 rename get_word_kbinput() to get_unicode_kbinput(), and also rename by David Lawrence Ramsey · 20 years ago
- 56e36ef in get_word_kbinput(), limit the input word to hexadecimal FFFD instead by David Lawrence Ramsey · 20 years ago
- bf0e47d miscellaneous enum cleanups, including making the file-writing by David Lawrence Ramsey · 20 years ago
- 5d55219 cosmetic fix by David Lawrence Ramsey · 20 years ago
- e796a7b formatting fixes by David Lawrence Ramsey · 20 years ago
- 492e501 document the "none" and "default" syntaxes in nanorc.5 by David Lawrence Ramsey · 20 years ago
- 7aec89e document the explanation of the "none" syntax in nanorc.sample by David Lawrence Ramsey · 20 years ago
- d152ad3 port over Brand Huntsman's reserved "none" syntax to counteract his by David Lawrence Ramsey · 20 years ago
- 5a584cc treat color syntax names case sensitively, for consistency with how by David Lawrence Ramsey · 20 years ago
- 179b1ba more color updates: add a "default" syntax that takes no extensions for by David Lawrence Ramsey · 20 years ago
- eab0fd8 the old assert is actually needed, so put it back too by David Lawrence Ramsey · 20 years ago
- 04f65f2 revert previous simplification, as it only moved complexity from one by David Lawrence Ramsey · 20 years ago
- db57ad7 comment fix by David Lawrence Ramsey · 20 years ago
- 5745c0a simplify further by David Lawrence Ramsey · 20 years ago
- 15d6857 fix cursor position display breakage by David Lawrence Ramsey · 20 years ago
- 4ab8015 simplify do_cursorpos(), and remove an unneeded assert from it by David Lawrence Ramsey · 20 years ago
- c879f55 in parse_syntax(), flag duplicate syntax names as errors by David Lawrence Ramsey · 20 years ago
- 6135bf3 port over more of Brand Huntsman's old patch: a color syntax specified by David Lawrence Ramsey · 20 years ago
- ab73dd4 fix extension decompilation breakage by David Lawrence Ramsey · 20 years ago
- 5295cfe add missing bit from last patch by David Lawrence Ramsey · 20 years ago
- 2385c1a port over more of Brand Huntsman's old patch (with a few tweaks): by David Lawrence Ramsey · 20 years ago
- 282a940 formatting fixes by David Lawrence Ramsey · 20 years ago
- 3f4520b fix display breakage by David Lawrence Ramsey · 20 years ago
- d4e3c59 remove unnecessary can_change_colors() call by David Lawrence Ramsey · 20 years ago
- d6c24c4 cosmetic fix by David Lawrence Ramsey · 20 years ago
- 6d8e495 remove still more redundant screen updates; change all wrefresh() calls by David Lawrence Ramsey · 20 years ago
- 75a29b7 more comment fixes by David Lawrence Ramsey · 20 years ago
- 96452cb handle invalid multibyte characters more efficiently by David Lawrence Ramsey · 20 years ago
- d4defcc comment fix by David Lawrence Ramsey · 20 years ago
- f9782e0 typo fix by David Lawrence Ramsey · 20 years ago
- 3fe08ac and don't let a SIGWINCH throw out the changes made by the alternate by David Lawrence Ramsey · 20 years ago
- 6969c99 remove redundant code, and add a comment by David Lawrence Ramsey · 20 years ago
- b18482e simplify the previous fix by David Lawrence Ramsey · 20 years ago
- 4401862 fix resizing while the alternate spell checker is running by David Lawrence Ramsey · 20 years ago
- 3f12ada add various fill-related cleanups, plus some related cosmetic and by David Lawrence Ramsey · 20 years ago
- 520a90c since the total number of lines in a file is the same as the number of by David Lawrence Ramsey · 20 years ago
- 94d7cb6 *really* fix mouse support breakage by David Lawrence Ramsey · 20 years ago
- 56d0837 really fix mouse support breakage by David Lawrence Ramsey · 20 years ago
- c35e351 fix mouse support breakage by David Lawrence Ramsey · 20 years ago
- 22ae034 add more miscellaneous mouse support-related fixes, and move by David Lawrence Ramsey · 20 years ago
- 3d5e945 in do_mouse(), avoid redundant screen updates by using edit_redraw() by David Lawrence Ramsey · 20 years ago
- 78a81b2 cosmetic fixes by David Lawrence Ramsey · 20 years ago