pkg/term
Sachin Joshi ce22032e9b ANSI terminal emulation for windows
It is implemented by intercepting and interpreting the output
escape sequence by calling win32 console apis.

In addition the input from win32 console is translated to linux keycodes

Signed-off-by: Sachin Joshi <sachin_jayant_joshi@hotmail.com>
2015-03-16 14:04:49 -07:00
..
console_windows.go ANSI terminal emulation for windows 2015-03-16 14:04:49 -07:00
console_windows_test.go ANSI terminal emulation for windows 2015-03-16 14:04:49 -07:00
tc_linux_cgo.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
tc_other.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
term.go ANSI terminal emulation for windows 2015-03-16 14:04:49 -07:00
term_emulator.go ANSI terminal emulation for windows 2015-03-16 14:04:49 -07:00
term_emulator_test.go ANSI terminal emulation for windows 2015-03-16 14:04:49 -07:00
term_windows.go ANSI terminal emulation for windows 2015-03-16 14:04:49 -07:00
termios_darwin.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
termios_freebsd.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
termios_linux.go Use termios via CGO 2014-11-21 22:12:03 +09:00