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-27 09:40:17
|
Hi, sorry about the late reply. Greg Lutostanski <gre...@gm...> wrote: > On Sun, May 06, 2012 at 04:01:22PM +0200, Hannes Sch??ller wrote: > > 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. > > Your right, I don't explicitly check as to whether the inputbar is > empty. Instead I am using the boolean echo_active to check if > something is in the inputbar that should be seen. Basically whenever > echo(* Arg) is used, it is set to show the inputbar and prevent > automatic clearing. What if some function calls echo()? This has nothing to do with the state of echo_active, but nevertheless, it will populate the bar. Hannes |