nano

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

commit a31d54eebe66d29ae60ed8bc52d8610bab57a533
parent 88bf487dd085c70507c6dfb9c179e6949dffc417
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 18 Apr 2007 13:48:37 +0000

in get_escape_seq_kbinput(), add missing comments


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

Diffstat:
MChangeLog | 4++++
Msrc/winio.c | 8++++----
2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-18 David Lawrence Ramsey <pooka109@gmail.com> + + * winio.c (get_escape_seq_kbinput): Add missing comments. + 2007-04-17 David Lawrence Ramsey <pooka109@gmail.com> * files.c (real_dir_from_tilde): Fix long-standing problem, diff --git a/src/winio.c b/src/winio.c @@ -1087,16 +1087,16 @@ int get_escape_seq_kbinput(const int *seq, size_t seq_len) break; case 'A': /* Esc [ A == Up on ANSI/VT220/Linux * console/FreeBSD console/Mach console/ - * rxvt/Eterm. */ + * rxvt/Eterm/Terminal. */ case 'B': /* Esc [ B == Down on ANSI/VT220/Linux * console/FreeBSD console/Mach console/ - * rxvt/Eterm. */ + * rxvt/Eterm/Terminal. */ case 'C': /* Esc [ C == Right on ANSI/VT220/Linux * console/FreeBSD console/Mach console/ - * rxvt/Eterm. */ + * rxvt/Eterm/Terminal. */ case 'D': /* Esc [ D == Left on ANSI/VT220/Linux * console/FreeBSD console/Mach console/ - * rxvt/Eterm. */ + * rxvt/Eterm/Terminal. */ retval = get_escape_seq_abcd(seq[1]); break; case 'E': /* Esc [ E == Center (5) on numeric keypad