elvish/pkg/cli/term
Qi Xiao de3a7fd1b3 Standardize spelling: UNIX -> Unix.
https://en.wikipedia.org/wiki/Unix#Branding contains a history of the spelling.
Follow Wikipedia in using Unix instead of UNIX.
2023-01-04 18:09:11 +00:00
..
buffer_builder_test.go Make tests compatible with "go test -count n" (n > 1). 2021-02-17 22:46:32 +00:00
buffer_builder.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
buffer_test.go pkg/cli/term: Increase coverage of buffer.go and reader.go. 2021-10-03 00:29:55 +01:00
buffer.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
event.go Don't dot import pkg/ui 2022-06-04 23:39:19 +01:00
file_reader_unix_test.go Move pkg/testutil/must.go to a new pkg/must. 2022-06-20 20:29:14 +01:00
file_reader_unix.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
read_rune_test.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
read_rune.go Fix staticcheck errors on Windows. 2022-06-05 22:46:24 +01:00
reader_test.go pkg/cli/term: Increase coverage of buffer.go and reader.go. 2021-10-03 00:29:55 +01:00
reader_unix_test.go Move pkg/testutil/must.go to a new pkg/must. 2022-06-20 20:29:14 +01:00
reader_unix.go Manually cherry-pick codespell changes from #1613. 2022-10-23 23:57:01 +01:00
reader_windows_test.go pkg/cli/term: Support surrogate pairs on Windows. 2022-06-06 23:12:54 +01:00
reader_windows.go Standardize spelling: UNIX -> Unix. 2023-01-04 18:09:11 +00:00
reader.go pkg/cli/term: Simplify the Reader interface and implementations. 2020-01-01 15:32:20 +00:00
setup_unix_test.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
setup_unix.go Standardize spelling: UNIX -> Unix. 2023-01-04 18:09:11 +00:00
setup_windows_test.go Simplify terminal setup functions. 2022-03-18 10:54:01 +00:00
setup_windows.go pkg/diag: Split Errors into another package. 2022-11-29 22:13:02 +00:00
setup.go Simplify terminal setup functions. 2022-03-18 10:54:01 +00:00
term.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
writer_test.go pkg/cli: Simplify the TTY interface by making it embed term.Writer. 2021-03-19 21:40:32 +00:00
writer.go pkg/cli: Simplify the TTY interface by making it embed term.Writer. 2021-03-19 21:40:32 +00:00