mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
90066ce054
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/ Obtained from: FreeBSD Haskell
7 lines
324 B
Plaintext
7 lines
324 B
Plaintext
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/
|