]> git.wh0rd.org Git - nano.git/commitdiff
Updates for fixes in winio.c, as well as what remains to be fixed
authorRobert Siemborski <rjs3@andrew.cmu.edu>
Wed, 7 Jun 2000 04:29:34 +0000 (04:29 +0000)
committerRobert Siemborski <rjs3@andrew.cmu.edu>
Wed, 7 Jun 2000 04:29:34 +0000 (04:29 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@12 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

BUGS

diff --git a/BUGS b/BUGS
index 1a9d3c009b8ee7046b663be3ae3a5ea822342e9a..9a4fcd61098ce5712a3ed7a4b22a81baccf0e626 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,14 +1,10 @@
 - Marked cutting sometimes leaves a newline in the file unintelligently,
   such as when all of a line is selected but the mark doesn't proceed to
-  the new line. (8) 
-  { I know I posted this, but is it really a bug, Pico 3.5 seems to behave
-    in the same way. I must be scatterbrained or something.
-    - Rob Siemborski }
-
+  the new line. (8) { Is this an issue? compare to pico 3.5 }
 - Certains are not lined up properly when there are tabs in them at 
   certain col values. (9) [FIXED]
 - edit_refresh() and update_line() do not handle selecting text when the
-  cursor is beyond COLS (10)
+  cursor is beyond COLS (10) [FIXED]
 - no way to do a replace with the empty string. (11)
 - Spelling support is not elegant like pico's integration of the 'spell'
   program.  Nano only uses ispell (for now) (12)
@@ -34,3 +30,5 @@
 - When using --help or --version, the SIGINT character gets lost. (21) [FIXED]
 - When inserting files, the display sometimes fails to display properly
   until a pageup/down occurs (22).
+- edit_refresh() and update_line() (and related functions), have 
+  trouble when a tab is the character that is the boundry at COLS (23)