Commit 5bbce6a8 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Oops, make that Bug #68 :-)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@994 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
"magic line" is not created" (reported by David Lawrence "magic line" is not created" (reported by David Lawrence
Ramsey, fixed by David Lawrence Ramsey & Chris) (66) [FIXED]. Ramsey, fixed by David Lawrence Ramsey & Chris) (66) [FIXED].
- ^C does not work after a suspend in tcsh (discovered by - ^C does not work after a suspend in tcsh (discovered by
Trevor Cordes) (67) [FIXED]. Trevor Cordes) (68) [FIXED].
** Open BUGS ** ** Open BUGS **
......
...@@ -15,7 +15,7 @@ CVS code - ...@@ -15,7 +15,7 @@ CVS code -
val - 32, fixes Alt-R calling doprev instead of replace. val - 32, fixes Alt-R calling doprev instead of replace.
do_suspend() do_suspend()
- Call tcsetattr() to restore the old terminal settings, so - Call tcsetattr() to restore the old terminal settings, so
tcsh can use ^C after suspend for example (fixes BUG #67). tcsh can use ^C after suspend for example (fixes BUG #68).
- global.c: - global.c:
shorcut_init() shorcut_init()
- Replace hard coded ALT_G and ALT_H values in the replace - Replace hard coded ALT_G and ALT_H values in the replace
......
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