]> git.wh0rd.org Git - nano.git/commit
2009-11-11 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Wed, 11 Nov 2009 06:00:33 +0000 (06:00 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 11 Nov 2009 06:00:33 +0000 (06:00 +0000)
commit6f083327414630fff57f0f8ad88e7d65bdc6c676
tree8ebf50eb353ba7f2982d0e25878df162590e9187
parenta60910cc5460304be98cf576cc2be62f29557acf
2009-11-11 Chris Allegretta <chrisa@asty.org>
        * winio.c: Large tweaking of cursor and text display based on COLS not COLS - 1,
          due to finally understanding that display_string wasn't being called properly
          when softwrap was enabled.  Fixes Savnnah bug 27603, Return key doesn't scroll
          viewport reported by Hannes Schueller.
        * - Fix size_t formatting issues with -pedantic by converting vals to long unsigned
          for printing.

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