diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-09-02 11:26:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 11:26:17 +0000 |
commit | 0a7c4b6be7eeaa042852cd97597e299c7a494ce4 (patch) | |
tree | a1963a97715b8b7ad5f1861a2da24cc6d94a2b17 /fm.h | |
parent | Update ChangeLog (diff) | |
parent | Space is now entered in URL fields instead of triggering file completion, old... (diff) | |
download | w3m-0a7c4b6be7eeaa042852cd97597e299c7a494ce4.tar.gz w3m-0a7c4b6be7eeaa042852cd97597e299c7a494ce4.zip |
Merge pull request #149 from bptato/master
Allow spaces to be entered in URL fields
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -961,6 +961,7 @@ global int confirm_on_quit init(TRUE); global int use_mark init(FALSE); #endif global int emacs_like_lineedit init(FALSE); +global int space_autocomplete init(FALSE); global int vi_prec_num init(FALSE); global int label_topline init(FALSE); global int nextpage_topline init(FALSE); |