aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 22:07:45 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 22:07:45 +0000
commitf9ec244bea3b07f84a6cd466d5133fa7c6bbffc0 (patch)
treefeb24a104f3cc9f4c244b848a8dc7d702a15e357 /fm.h
parentadd nextpage_topline (diff)
downloadw3m-f9ec244bea3b07f84a6cd466d5133fa7c6bbffc0.tar.gz
w3m-f9ec244bea3b07f84a6cd466d5133fa7c6bbffc0.zip
add use_mark
Diffstat (limited to '')
-rw-r--r--fm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index c2b43ea..0db0262 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.18 2001/11/23 21:40:19 ukai Exp $ */
+/* $Id: fm.h,v 1.19 2001/11/23 22:07:45 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 USE_MARK
+global int use_mark init(TRUE);
+#endif
#ifdef EMACS_LIKE_LINEEDIT
global int emacs_like_lineedit init(TRUE);
#endif