]> git.wh0rd.org Git - nano.git/commit
Fixed 2 FIXMEs in nano.c:
authorRobert Siemborski <rjs3@andrew.cmu.edu>
Tue, 4 Jul 2000 02:35:19 +0000 (02:35 +0000)
committerRobert Siemborski <rjs3@andrew.cmu.edu>
Tue, 4 Jul 2000 02:35:19 +0000 (02:35 +0000)
commitdd53ec2a8729cc044cf48beb54462ea6e77d0ff8
treece68d2ceca8e91f46b073b52084d23067353b595
parent48fd2cb833c1caf88afd904ae5017425c01f9bb5
Fixed 2 FIXMEs in nano.c:
do_enter: the reset_cursor was needed. code cleaned up a bit with a comment
          explaining the situation there.
do_justify: the second edit_refresh exposed a bug in how we were updateing
            editbot when we needed to rebuild it.  This functionality has
            been moved into winio.c:fix_editbot, and all places that were
            doing so that I could find have been updated. (files.c:
            do_insertfile, nano.c: handle_sigwinch and do_justify)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@64 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
files.c
nano.c
proto.h
winio.c