diff options
Diffstat (limited to 'readline/rlconf.h')
-rw-r--r-- | readline/rlconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/rlconf.h b/readline/rlconf.h index d2ab704..c651fd8 100644 --- a/readline/rlconf.h +++ b/readline/rlconf.h @@ -54,4 +54,7 @@ X `callback' style. */ #define READLINE_CALLBACKS +/* Define this if you want the cursor to indicate insert or overwrite mode. */ +/* #define CURSOR_MODE */ + #endif /* _RLCONF_H_ */ |