Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`tmux` (https://github.com/tmux/tmux/wiki) is a terminal multiplexer, like `screen`. It spawns its terminals with a '-' prefixed in `argv[0]`, thus breaking `stderred`'s early return on `bash` encounter. This leads to normal text being always red. Refer to https://github.com/tmux/tmux/blob/c9d482ab489d5d57d481858091608ee1b32e46ab/window.c#L993 and to tmux/tmux@22d1b94. Fixes ku1ik#52
- Loading branch information