Commit f9d13f02 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3652 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent f32e1dd5
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -1238,7 +1238,7 @@ void terminal_init(void)
/* Slang curses emulation brain damage, part 2: Slang doesn't
* implement some of these curses calls properly, so there's no way
* to properly reinitialize the terminal using them. We have to
* save the termios state on the first call and restore it on
* save the terminal state on the first call and restore it on
* subsequent calls. */
if (!newterm_set) {
cbreak();
......
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