[hackers] [surf][PATCH] Fix title handling

2015-12-02 Thread Ivan Tham
1. file:/// stay the same when you navigate 2. Fix "http://~"; to "file://~" in home dir 3. Expands "file://~" to "file://home/user" Thanks to quinq for fixing the issue #1 in commit 934705c in surf2. --- surf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/surf.c b/surf.c index

[hackers] [surf][PATCH] Fix title handling and the "http:///~" bug

2015-12-01 Thread Ivan Tham
1. file:/// stay the same when you navigate 2. Fix "http://~"; to "file://~" in home dir 3. Expands "file://~" to "file://home/user" Thanks to quinq for fixing the issue #1 in commit 934705c in surf2. --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf.