aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 20:50:59 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 20:50:59 +0000
commit2069fa46f789617f058258a93f8218e382f18b4e (patch)
tree87837cdf7e237e17b28f4929cfca10662bc35d0b /fm.h
parentadd ftppass_hostnamegen (diff)
downloadw3m-2069fa46f789617f058258a93f8218e382f18b4e.tar.gz
w3m-2069fa46f789617f058258a93f8218e382f18b4e.zip
add emacs_like_lineedit
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 8eae210..14f6c42 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.13 2001/11/23 20:23:41 ukai Exp $ */
+/* $Id: fm.h,v 1.14 2001/11/23 20:50:59 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -703,6 +703,9 @@ global int useVisitedColor init(FALSE);
global int visited_color init(5); /* magenta */
#endif /* USE_COLOR */
global int confirm_on_quit init(TRUE);
+#ifdef EMACS_LIKE_LINEEDIT
+global int emacs_like_lineedit init(FALSE);
+#endif
global int displayLink init(FALSE);
global int retryAsHttp init(TRUE);
global int showLineNum init(FALSE);