]> git.sur5r.net Git - i3/i3/commit
Make pango markup in mode names optional with a flag.
authorIngo Bürk <ingo.buerk@tngtech.com>
Mon, 12 Oct 2015 21:43:47 +0000 (23:43 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Tue, 13 Oct 2015 07:23:30 +0000 (09:23 +0200)
commit82dc747396e5a6814c3bcd66f065c04e68253448
tree2d0d5b7d99a33fcc365c50584a963fb2010750f3
parentd24964ff6ab582879b4e82411b05e30f493852a8
Make pango markup in mode names optional with a flag.

This introduces the flag "--pango" on the mode config directive to
explicitly enable pango markup for mode names. Not setting this will
cause the mode name to be rendered as is.
This fixes a regression in 4.11 where mode names containing characters
such as '<' would break user's configs as they didn't escape these
characters.

fixes #1992
docs/ipc
i3bar/src/mode.c
include/bindings.h
include/config.h
include/config_directives.h
parser-specs/config.spec
src/bindings.c
src/config_directives.c
testcases/t/201-config-parser.t