]> git.sur5r.net Git - i3/i3/commit
Ensure that marks and the title are displayed even if the window title is empty....
authorIngo Bürk <admin@airblader.de>
Mon, 16 Jan 2017 22:00:01 +0000 (23:00 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 16 Jan 2017 22:00:01 +0000 (14:00 -0800)
commit367811be2d285452bbeecd94bf69bae20ee8221d
tree3f3308dc2b3e44e8939c6cc5baa55110b44ba6cd
parent7f84f498463d908108de05297fa0b4740909c696
Ensure that marks and the title are displayed even if the window title is empty. (#2639)

Previously rendering marks and the title were skipped if the title is empty. With marks
this is obviously wrong, with the title it is also wrong because title_format might be
set.
src/x.c