diff --git a/ChangeLog b/ChangeLog index dfa3f8101e4425dd9e6d94dafe4aceb0bf46934d..fad1e90bff8b03df3a7c034181089d1f7b6ea54d 100644 --- 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 index 1dd39f11ea91208665debdd176bc888602acfafb..5527557d02413d10bba3a6d154342ad867910636 100644 --- 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