]> git.wh0rd.org Git - nano.git/commit
revert previously added extra calls to move_mbright(); it's more
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 14 Jan 2005 21:59:01 +0000 (21:59 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 14 Jan 2005 21:59:01 +0000 (21:59 +0000)
commit7801d7bed96afb4a522421b36131e4475215fa32
tree1556496de22f965e1cdbe614a670cdf1dff674cd
parentd24fbb760dc87d4dbe915a7055e949c3698b4f16
revert previously added extra calls to move_mbright(); it's more
efficient to just add the return value of parse_char() directly instead
of having move_mbright() return it (except in the cursor movement
functions, which should be kept simple)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2271 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
src/move.c
src/nano.c
src/winio.c