commit 1fc1f3cf48cb04894917db8eb2de353ef7821757
parent 3f8c7a8c5ee26e8233de485db5cc13c5c552964b
Author: Robert Siemborski <rjs3@andrew.cmu.edu>
Date: Wed, 7 Jun 2000 04:29:34 +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
Diffstat:
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git 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)