Commit 95b98505 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix inaccurate comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3435 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 75047148
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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.)
......
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