Re: [Vimprobable-users] [PATCH 0/2] Vimprobable1 autohide inputbar when empty.
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2012-05-06 14:02:52
|
Hello Greg, I find it strange that in your patch, you never actually check whether the inputbar is empty. Unless I'm misinterpreting something, you simply force it to always be empty by setting echo_active = false and then hide it. Last year, I made a similar patch which you can still find in the archives here: http://sourceforge.net/mailarchive/forum.php?thread_name=20111209082411.GA15480%40ubuntu.dotsource.local&forum_name=vimprobable-users (for some reason the frontend claims the initial message, which includes the patch, is in HTML format; which it isn't). It had some issues, though (as pointed out by Daniel in the thread). Maybe this can give you some inspiration? Hannes |