- e010edd implement word count via Meta-D at the main window by David Lawrence Ramsey · 20 years ago
- 1946261 one last cleanup to chars.c by David Lawrence Ramsey · 20 years ago
- d864048 various cleanups to chars.c and related code by David Lawrence Ramsey · 20 years ago
- 6315e2f in do_tab(), remove unneeded variable kbinput by David Lawrence Ramsey · 20 years ago
- 3db0dc3 add macro charset(), a wrapper that calls memset(), and use it in by David Lawrence Ramsey · 20 years ago
- c00f658 in resize_variables(), use sizeof(char) in the memset() that initializes by David Lawrence Ramsey · 20 years ago
- d0d5b8f in display_string(), don't check for multicolumn characters if the NO_UTF8 flag isn't set by David Lawrence Ramsey · 20 years ago
- 44491ac in color_to_int(), assert that colorname isn't NULL, since that case is by David Lawrence Ramsey · 20 years ago
- 8bcac8a in disable_extended_input(), disable extended output processing as well by David Lawrence Ramsey · 20 years ago
- a9d45bb in parse_colors(), properly generate an error if we get a color by David Lawrence Ramsey · 20 years ago
- a644af5 update documentation for the "color" regex by David Lawrence Ramsey · 20 years ago
- 7c78b45 in parse_colors(), properly parse a background color without a foreground color by David Lawrence Ramsey · 20 years ago
- c7935e2 revert the conversion of each line to a valid multibyte string, as it by David Lawrence Ramsey · 20 years ago
- 01458cd clarify changelog entry by David Lawrence Ramsey · 20 years ago
- 7bf86e1 when reading a file in, make sure each line is a valid multibyte string by David Lawrence Ramsey · 20 years ago
- 23d3cf4 in doc/faq.html, update the question about the FAQ to mention the by David Lawrence Ramsey · 20 years ago
- 092af14 cosmetic fixes by David Lawrence Ramsey · 20 years ago
- 3da5580 Fix French mandir. by Jordi Mallach · 20 years ago
- 3925bda fix erroneous #ifdef that caused a compilation problem when by David Lawrence Ramsey · 20 years ago
- 7e62d10 in do_insertfile(), set i to 0 when we get a filename via the file by David Lawrence Ramsey · 20 years ago
- 9b108c2 in shortcut_init(), remove unnecessary "Refresh" placeholder in the file by David Lawrence Ramsey · 20 years ago
- da33153 in do_yesno(), allow refreshing the screen via Ctrl-L, as Pico does by David Lawrence Ramsey · 20 years ago
- f4595bb in die(), if the current filestruct's been partitioned, unpartition it by David Lawrence Ramsey · 20 years ago
- c4dbdd5 in do_replace_loop(), when moving to the next match, update the screen by David Lawrence Ramsey · 20 years ago
- d29b9d5 fix another memory corruption problem in display_string() found by valgrind by David Lawrence Ramsey · 20 years ago
- c10d8ff for consistency, remove -R/--regexp command line option, and allow the by David Lawrence Ramsey · 20 years ago
- 7385755 typo fix by David Lawrence Ramsey · 20 years ago
- 854b71d in configure.ac, don't refer to the built-in file browser as crappy anymore by David Lawrence Ramsey · 20 years ago
- 34bdc35 readd tab completion of history strings, with a few minor tweaks by David Lawrence Ramsey · 20 years ago
- 5e068c6 rework the file-writing routines so that they can work properly with by David Lawrence Ramsey · 20 years ago
- 527f174 add documentation updates for -E/--backupdir's new ability to make by David Lawrence Ramsey · 20 years ago
- 54b74ce in die(), tweak the message displayed when a backup file can't be by David Lawrence Ramsey · 20 years ago
- b9b5722 when using a backup directory, make sure all the filenames written are by David Lawrence Ramsey · 20 years ago
- 15aaa2c miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- aff5a1c add multibyte/wide character support to input_tab(), so that we don't by David Lawrence Ramsey · 20 years ago
- 217f241 document bool fix by David Lawrence Ramsey · 20 years ago
- 32fe95d revert last change for now, as it breaks the display of filename matches by David Lawrence Ramsey · 20 years ago
- 920e350 in input_tab(), make sure that we don't set *place to the middle of a by David Lawrence Ramsey · 20 years ago
- 40e4acf port over DB's (better) equivalent of the last fix, and tweak a few comments by David Lawrence Ramsey · 20 years ago
- e8bb90b fix changelog entry by David Lawrence Ramsey · 20 years ago
- 31b159c add various fixes to avoid a hang and several potential assertion by David Lawrence Ramsey · 20 years ago
- e3970f5 replace all instances of strncpy() with charcpy(), since the only by David Lawrence Ramsey · 20 years ago
- 16f8813 more miscellaneous minor fixes by David Lawrence Ramsey · 20 years ago
- 86a9452 in configure.ac, add minor tweaks to some of the test blocks to avoid XSI:isms by David Lawrence Ramsey · 20 years ago
- 934f968 overhaul the history code to work more consistently, and clean up by David Lawrence Ramsey · 20 years ago
- 30f164a in save_history(), properly save history when in view mode by David Lawrence Ramsey · 20 years ago
- 86ce390 in usage(), add formatting fixes and a missing N_() by David Lawrence Ramsey · 20 years ago
- 6f25a67 various minor fixes by David Lawrence Ramsey · 20 years ago
- 1727671 in do_gotolinecolumn(), start the search for a line from fileage instead by David Lawrence Ramsey · 20 years ago
- d3d3743 mention the support for moving to a different column in the prompt by David Lawrence Ramsey · 20 years ago
- 9245f97 more LINE,COLUMN-related work: fix problems parsing it, and allow it at by David Lawrence Ramsey · 20 years ago
- e1ce92c in do_gotoline(), properly show an error message if we try to go to line by David Lawrence Ramsey · 20 years ago
- b68c01b move duplicate code from the +LINE,COLUMN feature into a separate by David Lawrence Ramsey · 20 years ago
- 50995bd rename another variable by David Lawrence Ramsey · 20 years ago
- 775eeba add the ability to open a file on a specified column as well as a by David Lawrence Ramsey · 20 years ago
- 6e925cf update the Free Software Foundation's mailing address in various comments by David Lawrence Ramsey · 20 years ago
- 546f5b3 rename a few more variables, and fix some indentation by David Lawrence Ramsey · 20 years ago
- 6d39f4b document a renamed variable by David Lawrence Ramsey · 20 years ago
- 02173c0 in cut_line(), set placewewant properly after cutting a line, to avoid a by David Lawrence Ramsey · 20 years ago
- 5e73eec revert one of the previous changes; we don't really need a shortcut for by David Lawrence Ramsey · 20 years ago
- 0f83c89 rearrange nanogetstr() to fix breakage by David Lawrence Ramsey · 20 years ago
- 6bc26a9 revert some attempts at simplifying the search/replace history code that by David Lawrence Ramsey · 20 years ago
- 198bd59 document the simplification of a history check in nanogetstr(), and by David Lawrence Ramsey · 20 years ago
- 10f880c remove a redundant check in get_history_newer(), and add a few comment fixes by David Lawrence Ramsey · 20 years ago
- 6595b71 oops; in do_output(), properly allow wrapping when we insert a tab, for by David Lawrence Ramsey · 20 years ago
- e4cb315 in do_output(), fix an off-by-one error that allowed wrapping when we by David Lawrence Ramsey · 20 years ago
- 6439330 in shortcut_init(), move the "Refresh" and "Exit" shortcuts to the by David Lawrence Ramsey · 20 years ago
- 0bfec6e minor bits: fix slang compilation by calling clearok(TRUE) and by David Lawrence Ramsey · 20 years ago
- d4a1c0a Credit Vietnamese translator. by Jordi Mallach · 20 years ago
- 1ccada1 actually, since copy_file() doesn't allocate ever-increasing space for a by David Lawrence Ramsey · 20 years ago
- 5b2f17e change all hardcoded instances of 128 bytes to MAX_BUF_SIZE, and #define by David Lawrence Ramsey · 20 years ago
- c596c0c miscellaneous bits: make get_next_filename() use an unsigned long, make by David Lawrence Ramsey · 20 years ago
- 9cf1df1 in do_browser() and do_help(), don't treat NANO_CANCEL_KEY as by David Lawrence Ramsey · 20 years ago
- b9180f4 Remove bogus space from help text. by Jordi Mallach · 20 years ago
- ad11460 remove more unneeded clearok(TRUE)'s, and avoid an unnecessary update by David Lawrence Ramsey · 20 years ago
- 0465251 simplify total_update() to call clearok(TRUE) and wrefresh() on curscr, by David Lawrence Ramsey · 20 years ago
- e527e45 various #include fixes: since proto.h includes nano.h, only include the by David Lawrence Ramsey · 20 years ago
- 6a244b6 various minor bits: add miscellaneous comment fixes; in by David Lawrence Ramsey · 20 years ago
- c2b0747 in print1opt_full(), if desc should be empty, allow it to be NULL by David Lawrence Ramsey · 20 years ago
- ddedf2d Back to CVS by David Lawrence Ramsey · 20 years ago
- c32a5e7 GNU nano 1.3.7 by David Lawrence Ramsey · 20 years ago
- a3e5fad in configure.ac, mention explicitly that the check for the broken by David Lawrence Ramsey · 20 years ago
- c504dff in nanogetstr(), fix a misplaced break and some indentation by David Lawrence Ramsey · 20 years ago
- 53d7bce remove unneeded space by David Lawrence Ramsey · 20 years ago
- 403e0fe in nanorc.sample, break up overly long perl and nanorc regexes into by David Lawrence Ramsey · 20 years ago
- 612caef in statusq(), make sure that the vsnprintf(foo) call and foo's by David Lawrence Ramsey · 20 years ago
- 88ad64d in do_insertfile(), fix a problem where going into the help browser at by David Lawrence Ramsey · 20 years ago
- aa68385 in help_init(), avoid a warning when compiling with -pedantic by by David Lawrence Ramsey · 20 years ago
- 4811b81 in nanorc.sample, merge Neil Brown's C++ regexes into the "c-file" regexes by David Lawrence Ramsey · 20 years ago
- 6a84684 add more documentation fixes for consistency by David Lawrence Ramsey · 20 years ago
- caac920 in parse_rcfile(), fix a debugging message to display the long value of by David Lawrence Ramsey · 20 years ago
- 32a285c various documentation fixes by David Lawrence Ramsey · 20 years ago
- b80d49f make sure that all references to cut-to-end are left out when NANO_SMALL by David Lawrence Ramsey · 20 years ago
- fe60524 per DB's patch, in main(), change 0 to NULL in the option struct where needed by David Lawrence Ramsey · 20 years ago
- 78d0548 update changelog by David Lawrence Ramsey · 20 years ago
- 5f3695b in make_mbchar(), remove an unneeded assert by David Lawrence Ramsey · 20 years ago
- 6e0ed3c add various portability and potential segfault fixes involving getcwd() calls by David Lawrence Ramsey · 20 years ago
- 8ac9087 in configure.ac, per Mike Frysinger's patch, add support for by David Lawrence Ramsey · 20 years ago
- c8857a2 in cut_to_eol(), fix an inaccurate comment by David Lawrence Ramsey · 20 years ago
- 297851a in titlebar(), make sure that the (mv)?waddnstr() calls take the proper by David Lawrence Ramsey · 20 years ago