more comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3653 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f9d13f02f3
commit
f073884e03
|
@ -1236,9 +1236,9 @@ 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 some of these curses calls properly, so there's no way
|
* implement nonl(), or noecho() properly, so there's no way to
|
||||||
* to properly reinitialize the terminal using them. We have to
|
* properly reinitialize the terminal using them. We have to save
|
||||||
* save the terminal state on the first call and restore it on
|
* the terminal state after the first call and restore it on
|
||||||
* subsequent calls. */
|
* subsequent calls. */
|
||||||
if (!newterm_set) {
|
if (!newterm_set) {
|
||||||
cbreak();
|
cbreak();
|
||||||
|
|
Loading…
Reference in New Issue