- Jul
- 532
- 10
So, I have a question about tee. Basically: "why emoji die?!?!"
The top line is the before,
the bottom line is the after:
Before: Emoji & ANSI go to screen just fine.
After: Emoji & ANSI go to logfile just fine, but not to screen.
Related, but not the main issue:
also lose the colorcycling effect copy-move-post adds, so the screen output is somehow processed in a way which i would very much like to prohibit. I instead get a frozen moment of the currently-color-cycled color that is only updated when a new line of input comes in, vs continuously updating}
{some of my output is in different colors, some is meant to be color-cycled
Even less related:
If TCC's tee can't do what i want, is there a version of tee that does?
Why can't tee play with others? I must be doing something wrong.
The top line is the before,
the bottom line is the after:
Code:%LAST_WHISPER_COMMAND% |:u8 copy-move-post whisper %LAST_WHISPER_COMMAND% |:u8 copy-move-post whisper |&:u8 tee /a "%OUR_LOGFILE%"
Before: Emoji & ANSI go to screen just fine.
After: Emoji & ANSI go to logfile just fine, but not to screen.
Related, but not the main issue:
also lose the colorcycling effect copy-move-post adds, so the screen output is somehow processed in a way which i would very much like to prohibit. I instead get a frozen moment of the currently-color-cycled color that is only updated when a new line of input comes in, vs continuously updating}
{some of my output is in different colors, some is meant to be color-cycled
Even less related:
If TCC's tee can't do what i want, is there a version of tee that does?
Why can't tee play with others? I must be doing something wrong.