wint_t type. (DLR, found by Emily Jackson)
- Add the ability to convert typed tabs to spaces using
the -E/--tabstospaces command line options, the "tabstospaces"
- rcfile option, and the toggle Meta-E. Note that this doesn't
- affect tabs entered using verbatim input, and that it's
- disabled when NANO_SMALL is defined. Also, change the short
- command line option for --backupdir from -E to -C. Changes to
- toggle_init(), usage(), do_tab(), main(), nanorc.sample,
- nano.1, nanorc.5, and nano.texi. (DLR, suggested by many
- people)
+ rcfile option, and the toggle Meta-Q (since QBasic did this by
+ default :)). Note that this doesn't affect tabs entered using
+ verbatim input, and that it's disabled when NANO_SMALL is
+ defined. Also, change the short command line option for
+ --backupdir from -E to -C. Changes to toggle_init(), usage(),
+ do_tab(), main(), nanorc.sample, nano.1, nanorc.5, and
+ nano.texi. (DLR, suggested by many people)
- Change the CONSTUPDATE, REVERSE_SEARCH, and SMOOTHSCROLL flags
to the CONST_UPDATE, BACKWARDS_SEARCH, and SMOOTH_SCROLL
flags, respectively. (DLR)
@item Constant Cursor Position Display Toggle (Meta-C)
toggles the -c (@code{--const}) command line flag.
-@item Tabs to Spaces Toggle (Meta-E)
-toggles the -E (@code{--tabstospaces}) command line flag.
-
@item Multiple File Buffers Toggle (Meta-F)
toggles the -F (@code{--multibuffer}) command line flag.
toggles whitespace display mode if you have a "whitespace" option in
your .nanorc.
+@item Tabs to Spaces Toggle (Meta-Q)
+toggles the -E (@code{--tabstospaces}) command line flag.
+
@item Smooth Scrolling Toggle (Meta-S)
toggles the -S (@code{--smooth}) command line flag.