]> git.wh0rd.org Git - nano.git/log
nano.git
24 years agoUpdates for fixes in winio.c, as well as what remains to be fixed
Robert Siemborski [Wed, 7 Jun 2000 04:29:34 +0000 (04:29 +0000)]
Updates for fixes in winio.c, as well as what remains to be fixed

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@12 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoFix prototype for check_wrap (as changed in nano.c)
Robert Siemborski [Wed, 7 Jun 2000 04:24:02 +0000 (04:24 +0000)]
Fix prototype for check_wrap (as changed in nano.c)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@11 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoAdded missing release notes for 0.9.10
Chris Allegretta [Wed, 7 Jun 2000 04:02:06 +0000 (04:02 +0000)]
Added missing release notes for 0.9.10

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@10 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoadd experimental new do_wrap() and check_wrap() to imitate pico a little closer.
Adam Rogoyski [Wed, 7 Jun 2000 03:56:54 +0000 (03:56 +0000)]
add experimental new do_wrap() and check_wrap() to imitate pico a little closer.
Please try this and let me know if it doesn't work!

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

24 years agoAdded Rob to AUTHORS
Chris Allegretta [Wed, 7 Jun 2000 03:38:06 +0000 (03:38 +0000)]
Added Rob to AUTHORS

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@8 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoupdated for changes in winio.c (1.2)
Robert Siemborski [Wed, 7 Jun 2000 02:20:46 +0000 (02:20 +0000)]
updated for changes in winio.c (1.2)

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

24 years agoSubstantial changes to winio.c that appear to fix the display problems
Robert Siemborski [Tue, 6 Jun 2000 23:04:06 +0000 (23:04 +0000)]
Substantial changes to winio.c that appear to fix the display problems
that we have been seeing on lines with tabs.

It introduces the concept of "pages" which might not be the best choice
for them.... Basically, it's the part of a line that would be visible on
screen at once.  the first part (visible when you open a file) is page
1... the second (you have to scroll to the right approx COLS, is 2.  The
third is at approx (2 * COLS) - 7 and so on...)

It's not terribly efficient as of yet, there are probabally quite a few
redundant calls to xpt(), for instance.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@6 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

24 years agoInitial revision
Chris Allegretta [Tue, 6 Jun 2000 05:53:49 +0000 (05:53 +0000)]
Initial revision

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2 35c25a1d-7b9e-4130-9fde-d3aeb78583b8