From: David Lawrence Ramsey Date: Tue, 25 Apr 2006 13:07:31 +0000 (+0000) Subject: fix inaccurate comment X-Git-Tag: v1.3.12~245 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=95b98505174f90de4637822dfb9e9cddd506300d;p=nano.git fix inaccurate comment git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3435 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index f0d821bb..e4e85db2 100644 --- a/src/winio.c +++ b/src/winio.c @@ -73,9 +73,9 @@ static bool disable_cursorpos = FALSE; * Escape sequence compatibility: * * We support escape sequences for ANSI, VT100, VT220, VT320, the Linux - * console, the FreeBSD console, the Mach console (a.k.a. the Hurd - * console), xterm, rxvt, and Eterm. Among these, there are several - * conflicts and omissions, outlined as follows: + * console, the FreeBSD console, the Mach console, xterm, rxvt, and + * Eterm. Among these, there are several conflicts and omissions, + * outlined as follows: * * - Tab on ANSI == PageUp on FreeBSD console; the former is omitted. * (Ctrl-I is also Tab on ANSI, which we already support.)