Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ANSI Escape Sequences for Colors #33

Open
tanishq-dubey opened this issue Jun 28, 2015 · 2 comments
Open

ANSI Escape Sequences for Colors #33

tanishq-dubey opened this issue Jun 28, 2015 · 2 comments

Comments

@tanishq-dubey
Copy link

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
Copy link

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
Copy link
Author

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants