91861 / wayst

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

Missing CSI sequences #46

Closed Narrat closed 4 years ago

Narrat commented 4 years ago

While running iptraf-ng I get the following messages:

[warning] Freetype has no clear type support 
[warning] Title stack not implemented
[warning] xterm eightBitInput not implemented
[warning] Unknown CSI sequence: 32b
[warning] Unknown CSI sequence: 6b
[warning] Unknown CSI sequence: 12b
[warning] Unknown CSI sequence: 11b
[warning] Unknown CSI sequence: 7b
[warning] Unknown CSI sequence: 19b
[warning] Unknown CSI sequence: 55b
[warning] Unknown CSI sequence: 77b
[warning] Unknown CSI sequence: 7b

I suppose the TUI doesn't look as it should because of those missing sequences. Nothing to important. And maybe this is something you don't want to add or can be solved otherwise. Just wanted to note :)