about summary refs log tree commit diff stats
path: root/src/LYrcFile.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2008-04-27 23:12:06 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2008-04-27 23:12:06 -0400
commit55e20c790925b61bc9ac0e37ce15950287b813cb (patch)
tree969622be9fe875c82294152e862885d59c9ee1d6 /src/LYrcFile.h
parent2390cc3bb37823e05c0c8ef94d601acdfa5ffc50 (diff)
downloadlynx-snapshots-55e20c790925b61bc9ac0e37ce15950287b813cb.tar.gz
snapshot of project "lynx", label v2-8-7dev_8c
Diffstat (limited to 'src/LYrcFile.h')
-rw-r--r--src/LYrcFile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYrcFile.h b/src/LYrcFile.h
index 6834941e..e446642f 100644
--- a/src/LYrcFile.h
+++ b/src/LYrcFile.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYrcFile.h,v 1.24 2008/02/10 22:45:46 tom Exp $
+ * $LynxId: LYrcFile.h,v 1.25 2008/03/18 00:38:10 Paul.B.Mahol Exp $
  */
 #ifndef LYRCFILE_H
 #define LYRCFILE_H
@@ -70,6 +70,7 @@
 #define RC_DISPLAY                      "display"
 #define RC_DISPLAY_CHARSET_CHOICE       "display_charset_choice"
 #define RC_DOWNLOADER                   "downloader"
+#define RC_POSITIONABLE_EDITOR		"positionable_editor"
 #define RC_EMACS_KEYS                   "emacs_keys"
 #define RC_EMACS_KEYS_ALWAYS_ON         "emacs_keys_always_on"
 #define RC_ENABLE_LYNXRC                "enable_lynxrc"
52 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167