robm / dzen

Dzen is a general purpose messaging, notification and menuing program for X11.
MIT License
607 stars 81 forks source link

ANSI Escape Sequences for Colors #33

Open tanishq-dubey opened 9 years ago

tanishq-dubey commented 9 years ago

When using dzen2, it seems like ANSI escape sequences for colors are not parsed.

So something that is supposed to be output like this: 2015-06-28-090113_1600x900_scrot

Is actually output like this: 2015-06-28-090134_1600x900_scrot

stevenhoneyman commented 9 years ago

Is it supposed to? The format is documented as:

    ^fg(color)         set foreground color
    ^fg()              without arguments, sets default fg color
    ^bg(color)         set background color
    ^bg()              without arguments, sets default bg color
tanishq-dubey commented 8 years ago

Man, I completely forgot about this. I suppose this is more of a improvement than a issue. It would be great if ANSI escape sequences could be either parsed or mapped to the current format.