blob: 3f2a0d6d76813902c7d1c8e37f33efd74dac1653 (
plain)
1
2
3
4
5
6
|
The VTE library inserts terminal capability strings into a trie, and then
uses it to determine if data received from a pseudo-terminal is a control
sequence or just random data. The sample program "interpret" illustrates
more or less what the widget sees after it filters incoming data.
WWW: http://www.haskell.org/gtk2hs/
|