From: Greg Reagle Date: Tue, 27 Jan 2015 18:26:26 +0000 (-0500) Subject: surf: see hover URL without changing title X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=f7e358280cb3bda1f8c46ca021fe94b59a984f5d;hp=f7e358280cb3bda1f8c46ca021fe94b59a984f5d;p=surf.git surf: see hover URL without changing title On Tue, Jan 27, 2015, at 11:52 AM, Christoph Lohmann wrote: > Then hook to the window leaving event in GTK or X11 and set the title to > your needs. I will welcome a patch. Patch is attached. I am a total novice in GTK programming, so I don't know what type the callback function is supposed to be (hence the void pointers) or whether I registered it properly. But it does work well for me. -- http://www.fastmail.com - Access your email from home and the web From a33f06da092bf920b6a286ea7688b32944d79a50 Mon Sep 17 00:00:00 2001 From: Greg Reagle Date: Tue, 27 Jan 2015 13:22:15 -0500 Subject: [PATCH] ensure that window title is web page title (not hover link) when leaving window Signed-off-by: Christoph Lohmann <20h@r-36.net> ---