├── CONTRIBUTORS.md ├── LICENSE ├── README.md ├── ansi_unix.go ├── ansi_windows.go ├── buffer.go ├── buffer_unix.go ├── buffer_windows.go ├── example_test.go ├── ioctl_bsd.go ├── ioctl_linux.go ├── ioctl_sysunix.go ├── ioctl_unix.go ├── keys.go ├── keys_unix.go ├── keys_windows.go ├── prompt.go ├── term.go ├── term_unix.go └── term_windows.go /CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/CONTRIBUTORS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/README.md -------------------------------------------------------------------------------- /ansi_unix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/ansi_unix.go -------------------------------------------------------------------------------- /ansi_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/ansi_windows.go -------------------------------------------------------------------------------- /buffer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/buffer.go -------------------------------------------------------------------------------- /buffer_unix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/buffer_unix.go -------------------------------------------------------------------------------- /buffer_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/buffer_windows.go -------------------------------------------------------------------------------- /example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/example_test.go -------------------------------------------------------------------------------- /ioctl_bsd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/ioctl_bsd.go -------------------------------------------------------------------------------- /ioctl_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/ioctl_linux.go -------------------------------------------------------------------------------- /ioctl_sysunix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/ioctl_sysunix.go -------------------------------------------------------------------------------- /ioctl_unix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/ioctl_unix.go -------------------------------------------------------------------------------- /keys.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/keys.go -------------------------------------------------------------------------------- /keys_unix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/keys_unix.go -------------------------------------------------------------------------------- /keys_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/keys_windows.go -------------------------------------------------------------------------------- /prompt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/prompt.go -------------------------------------------------------------------------------- /term.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/term.go -------------------------------------------------------------------------------- /term_unix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/term_unix.go -------------------------------------------------------------------------------- /term_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bowery/prompt/HEAD/term_windows.go --------------------------------------------------------------------------------