Commit e34cbdc5 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Update BUGS to reflect what got fixed in previous commit.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4219 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
** Open BUGS **
- Cutting the line at the top of the screen recenters to center (71)
- F-keys do not work with new shortcut backend (72)
- Many menu items are probably missing from the new backend (73)
- Need a 'check-vitals-mapped' function to check that the end used didn't
unbind all the keys for exit or cancel before starting up the editor (74)
- Browser and prompt code still implement old switch on raw key input instead
of new if block for subnfunc values (75)
- New backend code probably does not compile under anything but default options,
if that (76)
- -enable-tiny does not work with new code (78)
** Fixed BUGS **
......@@ -151,5 +147,9 @@
prompt (bug found by Ian Turner) (69) [1.0 series only] [FIXED].
- Trying to insert a file of 0 bytes will hang nano (70) [FIXED].
- Meta-space and ^Space are not yet handled in new backend code (77) [FIXED]
- F-keys do not work with new shortcut backend (72) [FIXED]
- Need a 'check-vitals-mapped' function to check that the end used didn't
unbind all the keys for exit or cancel before starting up the editor (74) [FIXED]
- -enable-tiny does not work with new code (78) [FIXED]
$Id$
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment