diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-05-09 16:54:59 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-05-10 18:37:35 +1000 |
commit | e3448f1634fa986967b08f58752424480347217c (patch) | |
tree | 9fb9f0ebfc862fe8b8e1ba76ec80fbc726e2e855 /shell | |
parent | d5aaacda5a4b6cbea654c0d0cca3c901b8dda3d3 (diff) | |
download | busybox-w32-e3448f1634fa986967b08f58752424480347217c.tar.gz busybox-w32-e3448f1634fa986967b08f58752424480347217c.tar.bz2 busybox-w32-e3448f1634fa986967b08f58752424480347217c.zip |
Introduce FEATURE_CYGWIN_TTY
This feature allows terminal-aware applications to access Cygwin-based
terminal emulator, like rxvt, by allowing access to termios structure
managed by Cygwin.
The way this works is really intrusive. It examines Cygwin's
(unofficial) shared information to find out termios data and
manipulate directly on that (without locking, for now).
Different Cygwin versions may change share info layout. This patch
only supports cygwin-1.7.0-46. Support for other versions can be added later.
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions