- 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
- b00f7e3 comment fix by David Lawrence Ramsey · 20 years ago
- e5806be clean up edit_redraw() a bit by David Lawrence Ramsey · 20 years ago
- 6a74c92 fix stat breakage by David Lawrence Ramsey · 20 years ago
- cb8d845 still more miscellaneous color fixes by David Lawrence Ramsey · 20 years ago
- 538dc35 a few more miscellaneous color fixes by David Lawrence Ramsey · 20 years ago
- a74f2f8 split overly long changelog entry by David Lawrence Ramsey · 20 years ago
- 8f948fa handle unspecified foreground colors by David Lawrence Ramsey · 20 years ago
- 26ee759 add one last breakage fix by David Lawrence Ramsey · 20 years ago
- 0532296 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- 443a766 more miscellaneous breakage fixes by David Lawrence Ramsey · 20 years ago
- fa82853 fix more color breakage by David Lawrence Ramsey · 20 years ago
- 47a153f comment fixes by David Lawrence Ramsey · 20 years ago
- b802a13 it turns out edit_redraw() is needed after all when doing by David Lawrence Ramsey · 20 years ago
- 1458891 add comments, and fix some edit_scroll() breakage by David Lawrence Ramsey · 20 years ago
- d2361f0 add minor fixes to the new color code, and merge parts of Brand by David Lawrence Ramsey · 20 years ago
- 43cf7a1 prototype fix by David Lawrence Ramsey · 20 years ago
- f00c961 make the movement code simpler by tweaking edit_scroll() to redraw all by David Lawrence Ramsey · 20 years ago
- a8da623 typo fix by David Lawrence Ramsey · 20 years ago
- db95802 add breakage fixes, type fixes, and as-needed color regex compilation by David Lawrence Ramsey · 20 years ago
- 0c4ca35 *really* fix more breakage by David Lawrence Ramsey · 20 years ago
- e5c7e92 still more breakage fixes by David Lawrence Ramsey · 20 years ago
- 222b201 miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- 5128de8 fix marking breakage by David Lawrence Ramsey · 20 years ago
- 16349c9 typo fix by David Lawrence Ramsey · 20 years ago
- 1126204 per Ken Tyler's suggestion, simplify do_gotoline_msg further; also, in by David Lawrence Ramsey · 20 years ago
- 90f772b fixing titlebar(), take three by David Lawrence Ramsey · 20 years ago
- caa8659 *really* fix titlebar() by David Lawrence Ramsey · 20 years ago
- d4dab46 really fix titlebar() by David Lawrence Ramsey · 20 years ago
- b386a90 use blank_line() instead of hblank/mvwhline(), and fix more breakage by David Lawrence Ramsey · 20 years ago
- b1ce64a remove redundancy by David Lawrence Ramsey · 20 years ago
- 2d705ca fix still more breakage caused by the overhaul by David Lawrence Ramsey · 20 years ago
- 1d696c0 work around slang brokenness by David Lawrence Ramsey · 20 years ago
- a0ebc81 replace almost all mvwaddstr(hblank) calls with mvwhline(' ', COLS) by David Lawrence Ramsey · 20 years ago
- 5600184 yet more breakage fixes by David Lawrence Ramsey · 20 years ago
- be5cdb2 add one last breakage fix by David Lawrence Ramsey · 20 years ago
- 76c25f5 still more breakage fixes by David Lawrence Ramsey · 20 years ago
- dbcaa3b fix some breakage caused by the restructuring by David Lawrence Ramsey · 20 years ago
- 6ad59cd restructure things so that every file has its own openfilestruct, and so by David Lawrence Ramsey · 20 years ago
- 64661ac rename filebuffer to openfile. as it's shorter by David Lawrence Ramsey · 20 years ago
- 9d8396d miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- f8cb832 another formatting fix by David Lawrence Ramsey · 20 years ago
- 503f278 rename variable open_files filebuffer, for consistency by David Lawrence Ramsey · 20 years ago
- 9057329 reorder some functions for consistency by David Lawrence Ramsey · 20 years ago
- 826ab5a formatting fix by David Lawrence Ramsey · 20 years ago
- d41b468 more cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 3e0f523 cosmetic fix by David Lawrence Ramsey · 20 years ago
- de03989 add more int -> ssize_t line number fixes, plus one formatting fix by David Lawrence Ramsey · 20 years ago
- 757f739 reword an error message for consistency by David Lawrence Ramsey · 20 years ago
- 1228699 fix renumber_all() as well as renumber() by David Lawrence Ramsey · 20 years ago
- d72bdf1 in renumber(), when renumbering, properly use a ssize_t instead of an int by David Lawrence Ramsey · 20 years ago
- 9c1fef0 in shortcut_init(), per Jordi's suggestion, simplify wording of by David Lawrence Ramsey · 20 years ago
- c275f06 Italian and Catalan update from the TP. by Jordi Mallach · 20 years ago
- 62d616b comment fix by David Lawrence Ramsey · 20 years ago
- 9838a51 in display_string(), display invalid multibyte sequences as Unicode by David Lawrence Ramsey · 20 years ago
- ec01074 add missing dashes by David Lawrence Ramsey · 20 years ago
- 504ae90 in faq.html, update section 4.10 to mention that pasting from the X by David Lawrence Ramsey · 20 years ago
- 405ed0f typo fix by David Lawrence Ramsey · 20 years ago
- da50e73 with the removal of the last snprintf(), we now only use vsnprintf(), so by David Lawrence Ramsey · 20 years ago
- e927ce5 more minor variable tweaks by David Lawrence Ramsey · 20 years ago
- 892396b in do_alt_speller(), if we can't invoke the spell checker, use sprintf() by David Lawrence Ramsey · 20 years ago
- 658f7e6 minor variable tweaks by David Lawrence Ramsey · 20 years ago
- 32263ed add Mike Frysinger's Bourne shell script regexes, with a few minor tweaks by David Lawrence Ramsey · 20 years ago
- 0c3d3c9 add missing colon by David Lawrence Ramsey · 20 years ago
- 612b416 clean up the search code a bit by David Lawrence Ramsey · 20 years ago
- e3df878 in do_replace(), blank out last_replace properly again just before by David Lawrence Ramsey · 20 years ago
- a549a82 more cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 9c3249c minor cosmetic and constant cursor position display fixes by David Lawrence Ramsey · 20 years ago
- d509229 Back to CVS by David Lawrence Ramsey · 20 years ago
- 665b1fb GNU nano 1.3.8 by David Lawrence Ramsey · 20 years ago
- 5cbe08f remove unneeded clearok(TRUE) from total_redraw() by David Lawrence Ramsey · 20 years ago
- 73bf89f make do_yesno() refresh the edit window as well as the statusbar before by David Lawrence Ramsey · 20 years ago
- a73025d in do_replace_highlight(), call wnoutrefresh(edit) to make sure that the by David Lawrence Ramsey · 20 years ago
- 7bde053 in do_replace_highlight(), rename variable highlight_flag to highlight, by David Lawrence Ramsey · 20 years ago
- 6168cb7 cosmetic fix by David Lawrence Ramsey · 20 years ago
- 44e0c03 in do_yesno(), het input from bottomwin instead of edit, so that the by David Lawrence Ramsey · 20 years ago
- 1aee5cc more int -> bool conversions by David Lawrence Ramsey · 20 years ago
- 85c0b3c improve version()'s output by David Lawrence Ramsey · 20 years ago
- 69163af in POTFILES.in, remove source files that contain no translatable strings by David Lawrence Ramsey · 20 years ago
- f816119 in find_paragraph(), reset placewewant as well as current_x to 0, in by David Lawrence Ramsey · 20 years ago
- 5beae58 add one missing type change by David Lawrence Ramsey · 20 years ago
- 4e05b75 in do_cursorpos(), if constant is TRUE, only display the cursor position by David Lawrence Ramsey · 20 years ago
- a96c819 more comment fixes by David Lawrence Ramsey · 20 years ago
- 5593e20 more comment fixes by David Lawrence Ramsey · 20 years ago
- 651853a add missing blank line by David Lawrence Ramsey · 20 years ago
- 9e21c62 formatting fix by David Lawrence Ramsey · 20 years ago
- 43d3e93 comment fix by David Lawrence Ramsey · 20 years ago
- b2072b0 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 9905b6a rework the credits handling to display Florian König's name properly by David Lawrence Ramsey · 20 years ago