Commit fd462b16 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix: ^J should be Ctrl-J

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1747 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 837a02b2
Showing with 3 additions and 3 deletions
+3 -3
......@@ -3404,9 +3404,9 @@ int main(int argc, char *argv[])
* terminal mode, put the terminal in raw mode (read one character at
* a time and don't interpret the special control keys), disable
* translation of carriage return (^M) into newline (^J) so that we
* can tell the difference between the Enter key and ^J, and disable
* echoing of characters as they're typed. Finally, if we're in
* preserve mode, turn the flow control characters back on. */
* can tell the difference between the Enter key and Ctrl-J, and
* disable echoing of characters as they're typed. Finally, if we're
* in preserve mode, turn the flow control characters back on. */
initscr();
raw();
#ifdef USE_SLANG
......
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