diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-23 20:50:59 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-23 20:50:59 +0000 |
commit | 2069fa46f789617f058258a93f8218e382f18b4e (patch) | |
tree | 87837cdf7e237e17b28f4929cfca10662bc35d0b /fm.h | |
parent | add ftppass_hostnamegen (diff) | |
download | w3m-2069fa46f789617f058258a93f8218e382f18b4e.tar.gz w3m-2069fa46f789617f058258a93f8218e382f18b4e.zip |
add emacs_like_lineedit
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); |