Commit b6c89eed authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Completely get rid of DISABLE_CURPOS

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@766 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 0357c4d5
Showing with 3 additions and 4 deletions
+3 -4
......@@ -137,10 +137,9 @@ typedef struct rcoption {
#define REGEXP_COMPILED (1<<15)
#define TEMP_OPT (1<<16)
#define CUT_TO_END (1<<17)
#define DISABLE_CURPOS (1<<18)
#define REVERSE_SEARCH (1<<19)
#define MULTIBUFFER (1<<20)
#define CLEAR_BACKUPSTRING (1<<21)
#define REVERSE_SEARCH (1<<18)
#define MULTIBUFFER (1<<19)
#define CLEAR_BACKUPSTRING (1<<20)
/* Control key sequences, changing these would be very very bad */
......
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