nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit f9d13f02f378670e7280619f9382a9b8f7137369
parent f32e1dd589921c7f3dc4e598f4cec4a2ac831781
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri,  9 Jun 2006 17:10:45 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3652 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/nano.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c @@ -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();