Comment: "FIXME: Strange, status line displayed always in first call. May be need to change?"

This commit is contained in:
Stas Degteff 2011-02-21 15:02:03 +00:00
parent dc33e90de0
commit 343e008874

View File

@ -47,7 +47,8 @@ void update_statuslines() {
HandleGEvent(EVTT_REMOVEVOCBUF);
if(CFG->switches.get(dispstatusline) or not called) {
if(CFG->switches.get(dispstatusline) or not called) // FIXME: Strange, status line displayed always in first call. May be need to change?
{
called = YES;