mirror of git://git.sv.gnu.org/nano.git
typo fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3654 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
f073884e03
commit
9134781eaf
|
@ -1236,7 +1236,7 @@ void terminal_init(void)
|
||||||
static bool newterm_set = FALSE;
|
static bool newterm_set = FALSE;
|
||||||
|
|
||||||
/* Slang curses emulation brain damage, part 2: Slang doesn't
|
/* Slang curses emulation brain damage, part 2: Slang doesn't
|
||||||
* implement nonl(), or noecho() properly, so there's no way to
|
* implement nonl() or noecho() properly, so there's no way to
|
||||||
* properly reinitialize the terminal using them. We have to save
|
* properly reinitialize the terminal using them. We have to save
|
||||||
* the terminal state after the first call and restore it on
|
* the terminal state after the first call and restore it on
|
||||||
* subsequent calls. */
|
* subsequent calls. */
|
||||||
|
|
Loading…
Reference in New Issue