{"Exit from nano", 34},
{"Goto a specific line number", 35},
{"Justify the current paragraph", 36},
- {"Replace text within the editor", 37},
- {"Insert another file into the current one", 38},
- {"Search for text within the editor", 39},
- {"Move to the previous screen", 40},
- {"Move to the next screen", 41},
- {"Cut the current line and store it in the cutbuffer", 42},
- {"Uncut from the cutbuffer into the current line", 43},
- {"Show the posititon of the cursor", 44},
- {"Invoke the spell checker (if available)", 45},
- {"Move up one line", 46},
- {"Move down one line", 47},
- {"Move forward one character", 48},
- {"Move back one character", 49},
- {"Move to the beginning of the current line", 50},
- {"Move to the end of the current line", 51},
- {"Go to the first line of the file", 52},
- {"Go to the last line of the file", 53},
- {"Refresh (redraw) the current screen", 54},
- {"Mark text at the current cursor location", 55},
- {"Delete the character under the cursor", 56},
- {"Delete the character to the left of the cursor", 57},
- {"Insert a tab character", 58},
- {"Insert a carriage return at the cursor position", 59},
- {"Make the current search or replace case (in)sensitive", 60},
- {"Cancel the current function", 61},
- {"Get Help", 62},
- {"WriteOut", 63},
- {"Exit", 64},
- {"Goto Line", 65},
- {"Justify", 66},
- {"Replace", 67},
- {"Read File", 68},
- {"Where Is", 69},
- {"Prev Page", 70},
- {"Next Page", 71},
- {"Cut Text", 72},
- {"UnCut Txt", 73},
- {"Cur Pos", 74},
- {"To Spell", 75},
- {"Up", 76},
- {"Down", 77},
- {"Forward", 78},
- {"Back", 79},
- {"Home", 80},
- {"End", 81},
- {"Refresh", 82},
- {"Mark Text", 83},
- {"Delete", 84},
- {"Backspace", 85},
- {"Tab", 86},
- {"Enter", 87},
- {"First Line", 88},
- {"Last Line", 89},
- {"Case Sens", 90},
- {"Cancel", 91},
- {"No Replace", 92},
+ {"Unjustify after a justify", 37},
+ {"Replace text within the editor", 38},
+ {"Insert another file into the current one", 39},
+ {"Search for text within the editor", 40},
+ {"Move to the previous screen", 41},
+ {"Move to the next screen", 42},
+ {"Cut the current line and store it in the cutbuffer", 43},
+ {"Uncut from the cutbuffer into the current line", 44},
+ {"Show the posititon of the cursor", 45},
+ {"Invoke the spell checker (if available)", 46},
+ {"Move up one line", 47},
+ {"Move down one line", 48},
+ {"Move forward one character", 49},
+ {"Move back one character", 50},
+ {"Move to the beginning of the current line", 51},
+ {"Move to the end of the current line", 52},
+ {"Go to the first line of the file", 53},
+ {"Go to the last line of the file", 54},
+ {"Refresh (redraw) the current screen", 55},
+ {"Mark text at the current cursor location", 56},
+ {"Delete the character under the cursor", 57},
+ {"Delete the character to the left of the cursor", 58},
+ {"Insert a tab character", 59},
+ {"Insert a carriage return at the cursor position", 60},
+ {"Make the current search or replace case (in)sensitive", 61},
+ {"Cancel the current function", 62},
+ {"Get Help", 63},
+ {"WriteOut", 64},
+ {"Exit", 65},
+ {"Goto Line", 66},
+ {"Justify", 67},
+ {"Replace", 68},
+ {"Read File", 69},
+ {"Where Is", 70},
+ {"Prev Page", 71},
+ {"Next Page", 72},
+ {"Cut Text", 73},
+ {"UnJustify", 74},
+ {"UnCut Txt", 75},
+ {"Cur Pos", 76},
+ {"To Spell", 77},
+ {"Up", 78},
+ {"Down", 79},
+ {"Forward", 80},
+ {"Back", 81},
+ {"Home", 82},
+ {"End", 83},
+ {"Refresh", 84},
+ {"Mark Text", 85},
+ {"Delete", 86},
+ {"Backspace", 87},
+ {"Tab", 88},
+ {"Enter", 89},
+ {"First Line", 90},
+ {"Last Line", 91},
+ {"Case Sens", 92},
+ {"Cancel", 93},
+ {"No Replace", 94},
{"\
\n\
-Buffer written to 'nano.save'\n", 93},
- {"Key illegal in VIEW mode", 94},
+Buffer written to 'nano.save'\n", 95},
+ {"Key illegal in VIEW mode", 96},
{"\
nano help text\n\
\n\
using either the Esc, Alt or Meta key depending on your keyboard setup. The \
following keystrokes are available in the main editor window. Optional keys \
are shown in parentheses:\n\
-\n", 95},
- {"free_node(): free'd a node, YAY!\n", 96},
- {"free_node(): free'd last node.\n", 97},
+\n", 97},
+ {"free_node(): free'd a node, YAY!\n", 98},
+ {"free_node(): free'd last node.\n", 99},
{"\
Usage: nano [GNU long option] [option] +LINE <file>\n\
-\n", 98},
- {"Option\t\tLong option\t\tMeaning\n", 99},
- {" -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n", 100},
- {" -R\t\t--regexp\t\tUse regular expressions for search\n", 101},
- {" -V \t\t--version\t\tPrint version information and exit\n", 102},
- {" -c \t\t--const\t\t\tConstantly show cursor position\n", 103},
- {" -h \t\t--help\t\t\tShow this message\n", 104},
- {" -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n", 105},
- {" -i \t\t--autoindent\t\tAutomatically indent new lines\n", 106},
- {" -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n", 107},
- {" -m \t\t--mouse\t\t\tEnable mouse\n", 108},
+\n", 100},
+ {"Option\t\tLong option\t\tMeaning\n", 101},
+ {" -T \t\t--tabsize=[num]\t\tSet width of a tab to num\n", 102},
+ {" -R\t\t--regexp\t\tUse regular expressions for search\n", 103},
+ {" -V \t\t--version\t\tPrint version information and exit\n", 104},
+ {" -c \t\t--const\t\t\tConstantly show cursor position\n", 105},
+ {" -h \t\t--help\t\t\tShow this message\n", 106},
+ {" -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n", 107},
+ {" -i \t\t--autoindent\t\tAutomatically indent new lines\n", 108},
+ {" -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n", 109},
+ {" -m \t\t--mouse\t\t\tEnable mouse\n", 110},
{"\
- -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n", 109},
- {" -p\t \t--pico\t\t\tEmulate Pico as closely as possible\n", 110},
- {" -s [prog] \t--speller=[prog]\tEnable alternate speller\n", 111},
- {" -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n", 112},
- {" -v \t\t--view\t\t\tView (read only) mode\n", 113},
- {" -w \t\t--nowrap\t\tDon't wrap long lines\n", 114},
- {" -x \t\t--nohelp\t\tDon't show help window\n", 115},
- {" -z \t\t--suspend\t\tEnable suspend\n", 116},
- {" +LINE\t\t\t\t\tStart at line number LINE\n", 117},
+ -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n", 111},
+ {" -p\t \t--pico\t\t\tEmulate Pico as closely as possible\n", 112},
+ {" -s [prog] \t--speller=[prog]\tEnable alternate speller\n", 113},
+ {" -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n", 114},
+ {" -v \t\t--view\t\t\tView (read only) mode\n", 115},
+ {" -w \t\t--nowrap\t\tDon't wrap long lines\n", 116},
+ {" -x \t\t--nohelp\t\tDon't show help window\n", 117},
+ {" -z \t\t--suspend\t\tEnable suspend\n", 118},
+ {" +LINE\t\t\t\t\tStart at line number LINE\n", 119},
{"\
Usage: nano [option] +LINE <file>\n\
-\n", 118},
- {"Option\t\tMeaning\n", 119},
- {" -T [num]\tSet width of a tab to num\n", 120},
- {" -R\t\tUse regular expressions for search\n", 121},
- {" -V \t\tPrint version information and exit\n", 122},
- {" -c \t\tConstantly show cursor position\n", 123},
- {" -h \t\tShow this message\n", 124},
- {" -k \t\tLet ^K cut from cursor to end of line\n", 125},
- {" -i \t\tAutomatically indent new lines\n", 126},
- {" -l \t\tDon't follow symbolic links, overwrite\n", 127},
- {" -m \t\tEnable mouse\n", 128},
- {" -r [#cols] \tSet fill cols to (wrap lines at) #cols\n", 129},
- {" -s [prog] \tEnable alternate speller\n", 130},
- {" -p \t\tEmulate Pico as closely as possible\n", 131},
- {" -t \t\tAuto save on exit, don't prompt\n", 132},
- {" -v \t\tView (read only) mode\n", 133},
- {" -w \t\tDon't wrap long lines\n", 134},
- {" -x \t\tDon't show help window\n", 135},
- {" -z \t\tEnable suspend\n", 136},
- {" +LINE\t\tStart at line number LINE\n", 137},
- {" nano version %s by Chris Allegretta (compiled %s, %s)\n", 138},
- {" Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org", 139},
+\n", 120},
+ {"Option\t\tMeaning\n", 121},
+ {" -T [num]\tSet width of a tab to num\n", 122},
+ {" -R\t\tUse regular expressions for search\n", 123},
+ {" -V \t\tPrint version information and exit\n", 124},
+ {" -c \t\tConstantly show cursor position\n", 125},
+ {" -h \t\tShow this message\n", 126},
+ {" -k \t\tLet ^K cut from cursor to end of line\n", 127},
+ {" -i \t\tAutomatically indent new lines\n", 128},
+ {" -l \t\tDon't follow symbolic links, overwrite\n", 129},
+ {" -m \t\tEnable mouse\n", 130},
+ {" -r [#cols] \tSet fill cols to (wrap lines at) #cols\n", 131},
+ {" -s [prog] \tEnable alternate speller\n", 132},
+ {" -p \t\tEmulate Pico as closely as possible\n", 133},
+ {" -t \t\tAuto save on exit, don't prompt\n", 134},
+ {" -v \t\tView (read only) mode\n", 135},
+ {" -w \t\tDon't wrap long lines\n", 136},
+ {" -x \t\tDon't show help window\n", 137},
+ {" -z \t\tEnable suspend\n", 138},
+ {" +LINE\t\tStart at line number LINE\n", 139},
+ {" nano version %s by Chris Allegretta (compiled %s, %s)\n", 140},
+ {" Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org", 141},
{"\
\n\
- Compiled options:", 140},
- {"Mark Set", 141},
- {"Mark UNset", 142},
- {"check_wrap called with inptr->data=\"%s\"\n", 143},
- {"current->data now = \"%s\"\n", 144},
- {"After, data = \"%s\"\n", 145},
- {"Edit a replacement", 146},
- {"Could not create a temporary filename: %s", 147},
- {"Finished checking spelling", 148},
- {"Spell checking failed", 149},
- {"Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? ", 150},
- {"Cannot resize top win", 151},
- {"Cannot move top win", 152},
- {"Cannot resize edit win", 153},
- {"Cannot move edit win", 154},
- {"Cannot resize bottom win", 155},
- {"Cannot move bottom win", 156},
- {"Can now UnJustify!", 157},
- {"%s enable/disable", 158},
- {"enabled", 159},
- {"disabled", 160},
- {"Main: set up windows\n", 161},
- {"Main: bottom win\n", 162},
- {"Main: open file\n", 163},
- {"I got Alt-O-%c! (%d)\n", 164},
- {"I got Alt-[-1-%c! (%d)\n", 165},
- {"I got Alt-[-2-%c! (%d)\n", 166},
- {"I got Alt-[-%c! (%d)\n", 167},
- {"I got Alt-%c! (%d)\n", 168},
- {"Case Sensitive Regexp Search%s%s", 169},
- {"Regexp Search%s%s", 170},
- {"Case Sensitive Search%s%s", 171},
- {"Search%s%s", 172},
- {" (to replace)", 173},
- {"Search Cancelled", 174},
- {"\"%s...\" not found", 175},
- {"Search Wrapped", 176},
- {"Replaced %d occurences", 177},
- {"Replaced 1 occurence", 178},
- {"Replace Cancelled", 179},
- {"Replace this instance?", 180},
- {"Replace failed: unknown subexpression!", 181},
- {"Replace with [%s]", 182},
- {"Replace with", 183},
- {"Enter line number", 184},
- {"Aborted", 185},
- {"Come on, be reasonable", 186},
- {"Only %d lines available, skipping to last line", 187},
- {"actual_x_from_start for xplus=%d returned %d\n", 188},
- {"input '%c' (%d)\n", 189},
- {"New Buffer", 190},
- {" File: ...", 191},
- {"Modified", 192},
- {"Moved to (%d, %d) in edit buffer\n", 193},
- {"current->data = \"%s\"\n", 194},
- {"I got \"%s\"\n", 195},
- {"Yes", 196},
- {"All", 197},
- {"No", 198},
- {"do_cursorpos: linepct = %f, bytepct = %f\n", 199},
- {"line %d of %d (%.0f%%), character %d of %d (%.0f%%)", 200},
- {"Dumping file buffer to stderr...\n", 201},
- {"Dumping cutbuffer to stderr...\n", 202},
- {"Dumping a buffer to stderr...\n", 203},
- {"The nano text editor", 204},
- {"version ", 205},
- {"Brought to you by:", 206},
- {"Special thanks to:", 207},
- {"The Free Software Foundation", 208},
- {"Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses", 209},
- {"and anyone else we forgot...", 210},
- {"Thank you for using nano!\n", 211},
+ Compiled options:", 142},
+ {"Mark Set", 143},
+ {"Mark UNset", 144},
+ {"check_wrap called with inptr->data=\"%s\"\n", 145},
+ {"current->data now = \"%s\"\n", 146},
+ {"After, data = \"%s\"\n", 147},
+ {"Edit a replacement", 148},
+ {"Could not create a temporary filename: %s", 149},
+ {"Finished checking spelling", 150},
+ {"Spell checking failed", 151},
+ {"Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? ", 152},
+ {"Cannot resize top win", 153},
+ {"Cannot move top win", 154},
+ {"Cannot resize edit win", 155},
+ {"Cannot move edit win", 156},
+ {"Cannot resize bottom win", 157},
+ {"Cannot move bottom win", 158},
+ {"Can now UnJustify!", 159},
+ {"%s enable/disable", 160},
+ {"enabled", 161},
+ {"disabled", 162},
+ {"Main: set up windows\n", 163},
+ {"Main: bottom win\n", 164},
+ {"Main: open file\n", 165},
+ {"I got Alt-O-%c! (%d)\n", 166},
+ {"I got Alt-[-1-%c! (%d)\n", 167},
+ {"I got Alt-[-2-%c! (%d)\n", 168},
+ {"I got Alt-[-%c! (%d)\n", 169},
+ {"I got Alt-%c! (%d)\n", 170},
+ {"Case Sensitive Regexp Search%s%s", 171},
+ {"Regexp Search%s%s", 172},
+ {"Case Sensitive Search%s%s", 173},
+ {"Search%s%s", 174},
+ {" (to replace)", 175},
+ {"Search Cancelled", 176},
+ {"\"%s...\" not found", 177},
+ {"Search Wrapped", 178},
+ {"Replaced %d occurences", 179},
+ {"Replaced 1 occurence", 180},
+ {"Replace Cancelled", 181},
+ {"Replace this instance?", 182},
+ {"Replace failed: unknown subexpression!", 183},
+ {"Replace with [%s]", 184},
+ {"Replace with", 185},
+ {"Enter line number", 186},
+ {"Aborted", 187},
+ {"Come on, be reasonable", 188},
+ {"Only %d lines available, skipping to last line", 189},
+ {"actual_x_from_start for xplus=%d returned %d\n", 190},
+ {"input '%c' (%d)\n", 191},
+ {"New Buffer", 192},
+ {" File: ...", 193},
+ {"Modified", 194},
+ {"Moved to (%d, %d) in edit buffer\n", 195},
+ {"current->data = \"%s\"\n", 196},
+ {"I got \"%s\"\n", 197},
+ {"Yes", 198},
+ {"All", 199},
+ {"No", 200},
+ {"do_cursorpos: linepct = %f, bytepct = %f\n", 201},
+ {"line %d of %d (%.0f%%), character %d of %d (%.0f%%)", 202},
+ {"Dumping file buffer to stderr...\n", 203},
+ {"Dumping cutbuffer to stderr...\n", 204},
+ {"Dumping a buffer to stderr...\n", 205},
+ {"The nano text editor", 206},
+ {"version ", 207},
+ {"Brought to you by:", 208},
+ {"Special thanks to:", 209},
+ {"The Free Software Foundation", 210},
+ {"Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses", 211},
+ {"and anyone else we forgot...", 212},
+ {"Thank you for using nano!\n", 213},
};
-int _msg_tbl_length = 211;
+int _msg_tbl_length = 213;