diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-12-09 10:41:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 10:41:34 +0000 |
commit | a7b5390a63d6500cf7e24205029b731fe722cd9a (patch) | |
tree | ef6bb4e1ffabf7025d2b949a131aeeb533db9a11 /url.c | |
parent | Update ChangeLog (diff) | |
parent | Fix Gopher binaries causing w3m to be stuck in download mode; try to guess Go... (diff) | |
download | w3m-a7b5390a63d6500cf7e24205029b731fe722cd9a.tar.gz w3m-a7b5390a63d6500cf7e24205029b731fe722cd9a.zip |
Merge pull request #157 from bptato/master
Small Gopher fixes/improvements
Diffstat (limited to 'url.c')
-rw-r--r-- | url.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1853,6 +1853,8 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current, case 's': case 'g': case 'h': + case 'I': + case '5': case '7': case '9': tmp = Strnew_charp(pu->file); |