smol/src
David Lawrence Ramsey ce0451348c make do_prev_word() work with multibyte strings, and update various
comments in do_next_word() and do_prev_word()


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2273 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2005-01-15 00:34:57 +00:00
..
.cvsignore Major package reorganization: 2003-09-07 00:44:12 +00:00
Makefile.am in src/Makefile.am, if we're installing and the "rnano" symlink already 2005-01-14 18:47:42 +00:00
chars.c rename move_left() and move_right() to move_mbleft() and move_mbright(), 2005-01-14 21:50:32 +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 tweak new_file() to use mallocstrcpy() instead of charalloc() followed 2005-01-14 17:17:11 +00:00
global.c remove erroneous #ifdef around a currshortcut reference, do another int 2005-01-08 06:04:19 +00:00
move.c revert previously added extra calls to move_mbright(); it's more 2005-01-14 21:59:01 +00:00
nano.c make do_prev_word() work with multibyte strings, and update various 2005-01-15 00:34:57 +00:00
nano.h move nstrnlen() to chars.c, and add a multibyte equivalent of strnlen() 2005-01-14 04:22:14 +00:00
proto.h rename move_left() and move_right() to move_mbleft() and move_mbright(), 2005-01-14 21:50:32 +00:00
rcfile.c a few forgotten copyright year updates 2005-01-12 19:29:44 +00:00
search.c use the right number of characters when calling the multibyte equivalent 2005-01-14 15:27:33 +00:00
utils.c rename move_left() and move_right() to move_mbleft() and move_mbright(), 2005-01-14 21:50:32 +00:00
winio.c revert previously added extra calls to move_mbright(); it's more 2005-01-14 21:59:01 +00:00