]> git.sur5r.net Git - i3/i3/commit
Introduce a statusline buffer.
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 18 Feb 2015 19:11:42 +0000 (20:11 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Wed, 18 Feb 2015 19:11:42 +0000 (20:11 +0100)
commit296fbdde125a1fb76814eedd5c632b1cecb729f9
treeb5f6dfc3843e047ef9b3552cd774a1b4664992cc
parent9ff230c3751957ce57a2ffbcf7a5d7667fa3d56c
Introduce a statusline buffer.

A buffer is introduced for the statusline which will only be copied to the actual statusline
once an entire statusline is parsed. This avoids a race condition where incompletely parsed
statuslines were rendered, causing only some status blocks to be rendered which is visible to
the user as a flickering.

fixes #1480
i3bar/src/child.c