lua: refresh after cs event

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-08-06 20:58:27 +02:00
parent 13714a2b8b
commit ebb9aba4e7
1 changed files with 3 additions and 0 deletions

3
lua.c
View File

@ -660,6 +660,9 @@ luaA_cb(EV_P_ ev_io *w, int revents)
buf[r] = '\0'; buf[r] = '\0';
luaA_docmd(buf); luaA_docmd(buf);
} }
layout_refresh();
statusbar_refresh();
titlebar_refresh();
} }
void void