i3bar: don't parse markup on statusline by default

fixes #1565
This commit is contained in:
Tony Crisci
2015-03-27 19:00:32 -04:00
parent ad31b13cb6
commit beaf904943
2 changed files with 4 additions and 9 deletions

View File

@ -164,9 +164,6 @@ static int stdin_start_map(void *context) {
/* Default width of the separator block. */
ctx->block.sep_block_width = logical_px(9);
/* Use markup by default */
ctx->block.is_markup = true;
return 1;
}