Christoph Lohmann <2...@r-36.net> wrote:
> On Fri, 21 Dec 2012 18:07:18 +0100 Carlos Torres wrote:
> >
> > Does suckless really mean "stink free" in German?
>
> No, but »suck« has many meanings in English, which is why it was picked
> for the English propaganda. But in German »stinkt weniger«
Nick wrote:
> (...) I'd like to be able to disable javascript
> on a per site basis, but have never got around to doing that.
> (...)
Hello,
Sorry, not related to the per site basis :
The handiest way to deal with javascript on surf at the moment
is IMO the toggle patch you put on the wiki,
Idea taken from
http://code.swtch.com/plan9port/issue/88/build-errors-and-warnings-at-openbsd-50
Fixes also the use of * in rc.
Julien
diff -rup 9base/lib9/dirread.c 9base-fixed/lib9/dirread.c
--- 9base/lib9/dirread.cSun Feb 12 18:00:39 2012
+++ 9base-fixed/lib9/dirread.c Sun Feb 12 19:06
Troels Henriksen wrote:
> Thanks, applied.
>
In loadstatuschange, progress is set to 0 when a page finishes loading.
This causes update to prefix a "[0%]" to title even when not needed.
The attached patch removes this behavior.
diff -up surf/surf.c surf2/surf.c
--- surf/surf.c Tue Jan 17 16:33
Hello,
Surf doesn't "update" when hovering link,
removing an else fixes it.
diff -up surf/surf.c surf-hover-fix/surf.c
--- surf/surf.c Mon Jan 16 12:17:16 2012
+++ surf-hover-fix/surf.c Mon Jan 16 12:26:41 2012
@@ -795,7 +795,7 @@ update(Client *c) {
if(c->progress != 100)
Hello,
when tab is pressed, one wants obviously to add an argument
and has to press space before that.
The attached patch does it for you.
Have a nice week-end.
diff -up a/dmenu.c b/dmenu.c
--- a/dmenu.c Fri Aug 26 19:13:17 2011
+++ b/dmenu.c Fri Aug 26 19:10:56 2011
@@ -353,6 +353,7 @@ keypres