- 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
- 07d5df4 simplify do_wordlinechar_count()'s final message a bit more by David Lawrence Ramsey · 20 years ago
- 8e94234 rename do_word_count() do_wordlinechar_count(), and simplify its final by David Lawrence Ramsey · 20 years ago
- 7293685 expand do_word_count() to also count the number of lines and characters by David Lawrence Ramsey · 20 years ago
- 7ea09e5 move mark setting, deleting, backspacing, tabbing, and entering of by David Lawrence Ramsey · 20 years ago
- cc8185f reorder a few functions by David Lawrence Ramsey · 20 years ago
- 150d889 make color_to_short() actually return a short by David Lawrence Ramsey · 20 years ago
- 4e5e1ae remove erroneous static declaration of fill; it's global now, since by David Lawrence Ramsey · 20 years ago
- 691698a move advanced text operations (command execution in a buffer, wrapping, by David Lawrence Ramsey · 20 years ago
- 2a73131 cosmetic fix by David Lawrence Ramsey · 20 years ago
- ce78cdb really fix inconsistency by David Lawrence Ramsey · 20 years ago
- acefd9e fix inconsistency by David Lawrence Ramsey · 20 years ago
- 945a913 eliminate still more redundant screen updates in edit_scroll() by David Lawrence Ramsey · 20 years ago
- 2786530 remove more redundant screen updates in edit_scroll(), and add a few by David Lawrence Ramsey · 20 years ago
- c00513b fix alternate spell checker breakage: don't lose colors after using it on a file by David Lawrence Ramsey · 20 years ago
- c009759 allow scrolling more than editwinrows lines via edit_scroll(), take 2 by David Lawrence Ramsey · 20 years ago
- 47bb888 revert broken edit_scroll() changes for now by David Lawrence Ramsey · 20 years ago
- 44ca4f8 allow scrolling more than editwinrows lines via edit_scroll() by David Lawrence Ramsey · 20 years ago
- 61f5673 display invalid multibyte sequences as Unicode FFFD, take 2; also clean by David Lawrence Ramsey · 20 years ago
- 66444c3 more function reordering by David Lawrence Ramsey · 20 years ago
- d1dc23b cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 7f343a6 add comment and formatting fixes, and remove now-useless global-specific code by David Lawrence Ramsey · 20 years ago
- 3a9a329 in do_find_bracket(), add comments and minor cleanups by David Lawrence Ramsey · 20 years ago
- c4037f3 move do_(next|prev)_word(_void())? to move.c too by David Lawrence Ramsey · 20 years ago
- e99494f add miscellaneous color and openfilestruct cleanups, and move the by David Lawrence Ramsey · 20 years ago
- ca62f9f move the paragraph-searching functions to move.c, as they're movement by David Lawrence Ramsey · 20 years ago
- 38f70a5 comment fix by David Lawrence Ramsey · 20 years ago
- 7866cd3 Doh, fixup ChangeLog. by Jordi Mallach · 20 years ago
- 0377779 Updated Malay translation from the TP. by Jordi Mallach · 20 years ago
- e4b0742 Update French manpages by Jean-Philippe Guérard. by Jordi Mallach · 20 years ago
- 239c3d4 in nanogetstr(), make sure that magichistory is properly updated when we by David Lawrence Ramsey · 20 years ago
- 96e6d56 in find_history() and get_history_completion(), make parameters const by David Lawrence Ramsey · 20 years ago
- 826fbea add missing blank lines by David Lawrence Ramsey · 20 years ago
- e3bae98 in mbstrchr(), don't count matches between valid and invalid multibyte by David Lawrence Ramsey · 20 years ago
- 91d468d for consistency, revert handling of cases where a search string and a by David Lawrence Ramsey · 20 years ago
- 7dc531a miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- 0dd50d6 Updated French translation from the TP. by Jordi Mallach · 20 years ago
- 0e581b3 make sure that the current position in the history list is properly set by David Lawrence Ramsey · 20 years ago
- 24b1563 comment fix by David Lawrence Ramsey · 20 years ago
- a0aa4df properly handle cases where a search string and a match to it are not by David Lawrence Ramsey · 20 years ago
- 0910689 add comment by David Lawrence Ramsey · 20 years ago
- f7bcbeb don't display invalid multibyte sequences as Unicode 0xFFFD in by David Lawrence Ramsey · 20 years ago
- de0c5eb better edit_scroll() redundancy fix by David Lawrence Ramsey · 20 years ago
- dbeb503 fix edit_scroll() redundancy by David Lawrence Ramsey · 20 years ago
- 4c22167 comment fixes by David Lawrence Ramsey · 20 years ago
- 50a33db per DB'S patch, in do_spell(), when displaying an error message from by David Lawrence Ramsey · 20 years ago
- 7eb30a8 change NANO_WIDE #define to ENABLE_UTF8, as the latter is clearer by David Lawrence Ramsey · 20 years ago
- a7f488b fix glitch in edit_scroll() where scrolling up to the top line of the by David Lawrence Ramsey · 20 years ago
- c104ef1 simplify get_totals() (renamed get_totsize()) to only get the total by David Lawrence Ramsey · 20 years ago
- 5e146e8 add missing check_statusblank() calls by David Lawrence Ramsey · 20 years ago
- 157ce91 speed up character output, and fix edit_refresh() breakage by David Lawrence Ramsey · 20 years ago
- 4d46437 properly overhaul edit_scroll() to update the screen on its own this by David Lawrence Ramsey · 20 years ago
- 5b44f37 really fix color breakage by decoupling edit_update() and by David Lawrence Ramsey · 20 years ago
- 8f4762a cosmetic and #ifdef fixes by David Lawrence Ramsey · 20 years ago
- 8f1afee fix color breakage; also, in main(), when opening files with by David Lawrence Ramsey · 20 years ago