diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-10-30 08:42:18 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-10-30 08:42:18 +0000 |
commit | 1b107c0dbc35c9b37471f139dd92f1fb0e276192 (patch) | |
tree | a53e6c48cc654ed2a4b0600ee432ed2b79b73c22 | |
parent | Add w3mdict.cgi to LIB_TARGETS (diff) | |
download | w3m-1b107c0dbc35c9b37471f139dd92f1fb0e276192.tar.gz w3m-1b107c0dbc35c9b37471f139dd92f1fb0e276192.zip |
Set use_dictcommand to 1 by default
Diffstat (limited to '')
-rw-r--r-- | fm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1024,7 +1024,7 @@ global char *BookmarkFile init(NULL); global int UseExternalDirBuffer init(TRUE); global char *DirBufferCommand init("file:///$LIB/dirlist" CGI_EXTENSION); #ifdef USE_DICT -global int UseDictCommand init(FALSE); +global int UseDictCommand init(TRUE); global char *DictCommand init("file:///$LIB/w3mdict" CGI_EXTENSION); #endif /* USE_DICT */ global int ignore_null_img_alt init(TRUE); |