aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 21:22:02 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 21:22:02 +0000
commit67012ecb75eb480953e09697f41164218595c52e (patch)
tree549cdabf747df1154957b699008ef70d22cf7b43 /fm.h
parentdefault is TRUE (diff)
downloadw3m-67012ecb75eb480953e09697f41164218595c52e.tar.gz
w3m-67012ecb75eb480953e09697f41164218595c52e.zip
add label_topline
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 91b42cd..f5a2183 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.16 2001/11/23 21:06:24 ukai Exp $ */
+/* $Id: fm.h,v 1.17 2001/11/23 21:22:02 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -709,6 +709,9 @@ global int emacs_like_lineedit init(TRUE);
#ifdef VI_PREC_NUM
global int vi_prec_num init(TRUE);
#endif
+#ifdef LABEL_TOPLINE
+global int label_topline init(FALSE);
+#endif
global int displayLink init(FALSE);
global int retryAsHttp init(TRUE);
global int showLineNum init(FALSE);