Commit 12c1b591 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

consistency fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3459 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
......@@ -61,7 +61,7 @@ CVS code -
and do_copy_text(); changes to do_cut_text(), shortcut_init(),
and do_input(). (DLR, suggested by Ken Tyler)
- Add the ability to indent and unindent all marked lines of
text, via Meta-[ (Meta-}) and Meta-] (Meta-}). New functions
text, via Meta-} (Meta-]) and Meta-{ (Meta-[). New functions
do_indent_marked(), do_indent_marked_void(), and
do_unindent_marked_void(); changes to shortcut_init(). (Chris
and DLR)
......
......@@ -542,10 +542,10 @@ typedef struct rcoption {
#define NANO_DELETE_KEY NANO_CONTROL_D
#define NANO_BACKSPACE_KEY NANO_CONTROL_H
#define NANO_TAB_KEY NANO_CONTROL_I
#define NANO_INDENTMARKED_KEY NANO_ALT_LCURLYBRACKET
#define NANO_INDENTMARKED_ALTKEY NANO_ALT_LBRACKET
#define NANO_UNINDENTMARKED_KEY NANO_ALT_RCURLYBRACKET
#define NANO_UNINDENTMARKED_ALTKEY NANO_ALT_RBRACKET
#define NANO_INDENTMARKED_KEY NANO_ALT_RCURLYBRACKET
#define NANO_INDENTMARKED_ALTKEY NANO_ALT_RBRACKET
#define NANO_UNINDENTMARKED_KEY NANO_ALT_LCURLYBRACKET
#define NANO_UNINDENTMARKED_ALTKEY NANO_ALT_LBRACKET
#define NANO_SUSPEND_KEY NANO_CONTROL_Z
#define NANO_ENTER_KEY NANO_CONTROL_M
#define NANO_TOFILES_KEY NANO_CONTROL_T
......
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