usage()
- Properly mention the support for "[+LINE,COLUMN]" on the
command line when HAVE_GETOPT_LONG isn't defined. (DLR)
+ - Remove unneeded translation of "--quickblank". (DLR)
do_verbatim_input()
- If constant cursor position display is on, make sure the
cursor position is displayed properly when we finish. (DLR)
print1opt(_("-T [#cols]"), _("--tabsize=[#cols]"),
N_("Set width of a tab in cols to #cols"));
#ifndef NANO_SMALL
- print1opt("-U", _("--quickblank"),
- N_("Do quick statusbar blanking"));
+ print1opt("-U", "--quickblank", N_("Do quick statusbar blanking"));
#endif
print1opt("-V", "--version",
N_("Print version information and exit"));