]> git.wh0rd.org Git - nano.git/commitdiff
Completely get rid of DISABLE_CURPOS
authorChris Allegretta <chrisa@asty.org>
Wed, 19 Sep 2001 03:09:22 +0000 (03:09 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 19 Sep 2001 03:09:22 +0000 (03:09 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@766 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.h

diff --git a/nano.h b/nano.h
index d6914897e9c9a84a7eac7a08ced8eb05ae4c2082..f5d77170ac74b40fc3490b7cf598b58b21c9aa1b 100644 (file)
--- a/nano.h
+++ b/nano.h
@@ -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 */