Cache status line position to reduce option lookups during output.

This commit is contained in:
nicm
2017-02-03 21:01:02 +00:00
parent 75adf8368a
commit 5e6a8177e5
5 changed files with 23 additions and 6 deletions

View File

@ -89,6 +89,8 @@ recalculate_sizes(void)
s->sx = ssx;
s->sy = ssy;
status_update_saved(s);
}
RB_FOREACH(w, windows, &windows) {