aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
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);