91861 / wayst

A simple terminal emulator
MIT License
287 stars 9 forks source link

Program messages don’t honor terminal opacity #15

Closed shoober420 closed 4 years ago

shoober420 commented 4 years ago

Certain programs, like ffmpeg for this example, output messages when the task is finalized. The messages do not honor the users opacity settings however. Is this intended by the programs or is this a bug? 0B8A2E3A-8DB1-4C32-9082-0D1FA385FDE9

91861 commented 4 years ago

It's hard to tell exactly what the problem is from the picture. Could you provide more information?

For example, run wayst with --debug-pty in another terminal, print the interpreter state (Ctrl+Shift+Enter) right before and after the problem occurs and provide both outputs with all pty messages in between. Also the expected screen state from another terminal would be useful.

The users terminal opacity settings are also not honored.

ffmpeg prints warnings with a non-default background color making it fully opaque, this is working as intended.

shoober420 commented 4 years ago

Ok awesome, just wanted to check. Thank you very much.