- 8e4adcd comment fix by David Lawrence Ramsey · 21 years ago
- e608f94 go back to cbreak mode and disable_signals() instead of raw mode, as by David Lawrence Ramsey · 21 years ago
- fd462b1 comment fix: ^J should be Ctrl-J by David Lawrence Ramsey · 21 years ago
- 837a02b add missing bit from DB's refactoring of do_credits(): translate the by David Lawrence Ramsey · 21 years ago
- d7fd200 minor overhaul of terminal-related things by David Lawrence Ramsey · 21 years ago
- 36e363f and remove unneccessary initialization by David Lawrence Ramsey · 21 years ago
- 1cadddd tweak justification so that it works the same way as the current version by David Lawrence Ramsey · 21 years ago
- 7097d7b remove some unneeded edit_update()s in do_para_search() and do_justify() by David Lawrence Ramsey · 21 years ago
- 1d43db8 if multibuffer support is compiled in, properly read in multiple files by David Lawrence Ramsey · 21 years ago
- 97133f5 in main(), don't open the first file in quiet mode, since if we do, an by David Lawrence Ramsey · 21 years ago
- fda18c3 one last comment fix by David Lawrence Ramsey · 21 years ago
- d4693cb the last of the minor fixes by David Lawrence Ramsey · 21 years ago
- 021960d comment fix by David Lawrence Ramsey · 21 years ago
- 68a44a4 one last minor cosmetic change by David Lawrence Ramsey · 21 years ago
- f613ca7 minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
- 94e7094 minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
- 1122c85 reformat the test programs in configure.ac to be on multiple lines for by David Lawrence Ramsey · 21 years ago
- 8d3e7f3 add support for Pico's ability to justify the entire file at once ("full by David Lawrence Ramsey · 21 years ago
- 9830d75 add isblank() equivalent and use it instead of checking for (tab or by David Lawrence Ramsey · 21 years ago
- 71d0a1f nanorc.sample updates: add missing mouse entry, and add backupdir and by David Lawrence Ramsey · 21 years ago
- 2c4c788 fix more info page inaccuracies by David Lawrence Ramsey · 21 years ago
- 5aa3983 disable "Where Is Next" in tiny mode by David Lawrence Ramsey · 21 years ago
- a849ab1 fix minor inconsistency by David Lawrence Ramsey · 21 years ago
- 0381c21 clarifications to comments explaining exactly what control characters by David Lawrence Ramsey · 21 years ago
- 4b741b9 add DB's overhaul of regexp_init() and a few other regex-related bits, by David Lawrence Ramsey · 21 years ago
- d893fa9 add restricted mode, per IO ERROR's patch by David Lawrence Ramsey · 21 years ago
- e5b2f83 in edit_add(), do minor cosmetic reformatting and remove unused int by David Lawrence Ramsey · 21 years ago
- d62b634 remove another unused prototype by David Lawrence Ramsey · 21 years ago
- b882340 spell Christian Weisgerber's name right by David Lawrence Ramsey · 21 years ago
- dc35cb8 use napms() instead of nanosleep(), as it does the same thing (aside by David Lawrence Ramsey · 21 years ago
- 0a25808 work around the NumLock glitch by David Lawrence Ramsey · 21 years ago
- 805547f make the verbatim and escape sequence input routines use size_t's to by David Lawrence Ramsey · 21 years ago
- 4510834 cosmetic changelog fix by David Lawrence Ramsey · 21 years ago
- f38230a a few more minor cleanups by David Lawrence Ramsey · 21 years ago
- 9be546b fix info page inaccuracies by David Lawrence Ramsey · 21 years ago
- 604caf3 DB's changes to do_delete(), and a few more minor bits by David Lawrence Ramsey · 21 years ago
- 07d3feb remove apparently unneeded leaveok() calls per DB's patch, and make a by David Lawrence Ramsey · 21 years ago
- e1e7cb2 fix debugging output in get_verbatim_kbinput() by David Lawrence Ramsey · 21 years ago
- edc1ea4 wrong place; signal_init() should be called after the input mode (cbreak by David Lawrence Ramsey · 21 years ago
- d7db0a6 the signal_init() should be called before the other input mode-changing by David Lawrence Ramsey · 21 years ago
- 5520e85 make sure the special control keys are handled the same way after a by David Lawrence Ramsey · 21 years ago
- a3370c4 miscellaneous fixes by David Lawrence Ramsey · 21 years ago
- befb25a Back to CVS by David Lawrence Ramsey · 21 years ago
- f70f0cf GNU nano 1.3.2 by David Lawrence Ramsey · 21 years ago
- 44e7f82 minor tweaks; also remove the need for the JUSTIFY_MODE flag by David Lawrence Ramsey · 21 years ago
- 0b047c5 fix error in changelog and add missing size_t cast by David Lawrence Ramsey · 21 years ago
- ce991bb set the input mode before turning the keypad on, and don't turn the by David Lawrence Ramsey · 21 years ago
- fd1768a minor bits by David Lawrence Ramsey · 21 years ago
- 1576d53 rename a few variables and make a few cosmetic cleanups by David Lawrence Ramsey · 21 years ago
- 7947544 fix entry by David Lawrence Ramsey · 21 years ago
- b977515 avoid any more editbot-related segfaults by removing the last of the by David Lawrence Ramsey · 21 years ago
- aca5d04 typo fix by David Lawrence Ramsey · 21 years ago
- 6aec4b8 fix potential memory corruption problems caused by passing answer in as by David Lawrence Ramsey · 21 years ago
- dc10ecb revert the Meta-P and Meta-N aliases for the paragraph searches for now; by David Lawrence Ramsey · 21 years ago
- b6aa428 add DB's similar simplification of do_prev_word() too by David Lawrence Ramsey · 21 years ago
- bf3c93e add DB's patch to simplify do_next_word() and remove references to by David Lawrence Ramsey · 21 years ago
- c6908f2 minor bits by David Lawrence Ramsey · 21 years ago
- 5892403 minor comment fix by David Lawrence Ramsey · 21 years ago
- 2a464cb fix error I made when porting over DB's refactored search code: the by David Lawrence Ramsey · 21 years ago
- 35557c5 change instances of "int main ()" to "int main(void)" by David Lawrence Ramsey · 21 years ago
- 221ebcd remove trailing space by David Lawrence Ramsey · 21 years ago
- da35251 wrap one reference to NANO_EXTCMD_KEY in a NANO_SMALL #ifdef by David Lawrence Ramsey · 21 years ago
- a9cd41c minor comment fix by David Lawrence Ramsey · 21 years ago
- 37be3ed remove redundant line by David Lawrence Ramsey · 21 years ago
- 5ae684f TODO update: clarify the paragraph searching item, and add item for by David Lawrence Ramsey · 21 years ago
- d7f5ad9 add function key aliases for NANO_FIRSTLINE_KEY and NANO_LASTLINE_KEY, by David Lawrence Ramsey · 21 years ago
- a619ae6 Tom Bates' nsr-tandem-nsk port, plus a few tweaks of mine, take 2 by David Lawrence Ramsey · 21 years ago
- 8911e23 revert the tweaked nsr-tandem-nsk port for now, pending further comment by David Lawrence Ramsey · 21 years ago
- ce364e2 minor capitalization fixes by David Lawrence Ramsey · 21 years ago
- ea43a1d cosmetic #ifdef tweak by David Lawrence Ramsey · 21 years ago
- b34c683 Tom Bates' nsr-tandem-nsk port, plus a few tweaks of mine by David Lawrence Ramsey · 21 years ago
- ba7b168 set the associated function for unjustify to 0 instead of by David Lawrence Ramsey · 21 years ago
- 588ca6b fix typo by David Lawrence Ramsey · 21 years ago
- 04e42a6 Martin Ehmsen's backup directory patch, with a few minor changes by David Lawrence Ramsey · 21 years ago
- 6a2877d add another blank line by David Lawrence Ramsey · 21 years ago
- 81e157c fix too-long line by David Lawrence Ramsey · 21 years ago
- 807681a add blank line by David Lawrence Ramsey · 21 years ago
- 281e056 decouple the paragraph searching code and the justification code by David Lawrence Ramsey · 21 years ago
- 95b7bdb minor cosmetic fixes by David Lawrence Ramsey · 21 years ago
- 24ae56c a few minor cleanups by David Lawrence Ramsey · 21 years ago
- 60b942c minor comment fix by David Lawrence Ramsey · 21 years ago
- b55e382 move the leaveok() calls back to edit_refresh() from update_line() by David Lawrence Ramsey · 21 years ago
- 3af54d3 remove the redundant filestat() and replace it with stat() in the one by David Lawrence Ramsey · 21 years ago
- 37853fd and update the dates on the documentation by David Lawrence Ramsey · 21 years ago
- 475a2a7 clarify the -T/--tabsize option in the documentation too by David Lawrence Ramsey · 21 years ago
- a7c9364 clarify the description of -T/--tabsize a bit in usage(), and add extra by David Lawrence Ramsey · 21 years ago
- f5300af only include time.h in winio.c if NANO_EXTRA is defined, since we only by David Lawrence Ramsey · 21 years ago
- 1044d74 add DB's refactored search code and a few of his minor display code by David Lawrence Ramsey · 21 years ago
- 656dd9c Updated Malay translation by Sharuzzaman Ahmat Raslan. by Jordi Mallach · 21 years ago
- 369732f handle pending sigwinches better, etc. by David Lawrence Ramsey · 21 years ago
- 795a16b add more intuitive Meta-key aliases for ^W^W and ^W^O by David Lawrence Ramsey · 22 years ago
- b7e5cf6 fix comment inaccuracy by David Lawrence Ramsey · 22 years ago
- d390dd8 minor cosmetic fix by David Lawrence Ramsey · 22 years ago
- 815cba8 forgot a cast by David Lawrence Ramsey · 22 years ago
- cb34a67 make the saving of marked status in open_files->file_flags work properly by David Lawrence Ramsey · 22 years ago
- ee383db get_verbatim_kbinput() should use an int*, not a char*, for consistency by David Lawrence Ramsey · 22 years ago
- 1bc9219 one last minor comment fix by David Lawrence Ramsey · 22 years ago
- 00c2054 don't allow verbatim input in view mode by David Lawrence Ramsey · 22 years ago
- 2502677 minor comment clarification by David Lawrence Ramsey · 22 years ago
- be66a6b fix minor FAQ inaccuracy by David Lawrence Ramsey · 22 years ago