smol/src
David Lawrence Ramsey 8ec1e2d903 when NANO_WIDE is defined, use MB_CUR_MAX only when the NO_UTF8 flag is
not set


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2236 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2005-01-05 18:33:04 +00:00
..
.cvsignore Major package reorganization: 2003-09-07 00:44:12 +00:00
Makefile.am Don't use DEFS to define stuff. Use INCLUDES instead. 2004-11-18 00:05:14 +00:00
color.c Include <config.h> only if HAVE_CONFIG_H. 2004-11-17 23:17:05 +00:00
cut.c implement cutting from the current position to the end of the file, 2005-01-01 07:43:32 +00:00
files.c overhaul the high-level input routines for the statusbar to make them 2005-01-01 07:28:15 +00:00
global.c get rid of the last remnant of the NO_UTF8 toggle that I erroneously 2005-01-01 07:55:15 +00:00
move.c miscellaneous bits: fix the full justify segfault in a way that doesn't 2004-12-31 04:10:28 +00:00
nano.c fix potential memory corruption in do_output() when adding UTF-8 2005-01-05 15:42:45 +00:00
nano.h implement cutting from the current position to the end of the file, 2005-01-01 07:43:32 +00:00
proto.h readd get_byte_kbinput(), modify get_word_kbinput() to handle 2005-01-03 19:56:56 +00:00
rcfile.c remove command line and rcfile option for --noutf8, as UTF-8 support is 2004-12-23 19:55:57 +00:00
search.c fix an assert, update another copyright year, and add a few more of DB's 2005-01-02 20:30:15 +00:00
utils.c miscellaneous fixes: skip over invalid wide characters, and if wcwidth() 2005-01-03 06:56:38 +00:00
winio.c when NANO_WIDE is defined, use MB_CUR_MAX only when the NO_UTF8 flag is 2005-01-05 18:33:04 +00:00