elvish/pkg/cli/term
kas 903198c96f Remove unnecessary type annotations
Allow AltGr key combinations with modifiers
Remove keyboard layout detection
2021-06-13 16:38:49 +01: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 Make tests compatible with "go test -count n" (n > 1). 2021-02-17 22:46:32 +00:00
buffer_test.go Make tests compatible with "go test -count n" (n > 1). 2021-02-17 22:46:32 +00:00
buffer.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
event.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
file_reader_unix_test.go Exercise testutil.MustPipe 2021-06-02 20:29:34 -07:00
file_reader_unix.go Suppress SA2001 for genuine use of empty critical section. 2021-05-31 21:37:26 +01:00
read_rune_test.go pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
read_rune.go pkg/cli/term: Add readRune, a much simpler alternative to runeReader. 2019-12-31 22:02:52 +00:00
reader_unix_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
reader_unix.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
reader_windows.go Remove unnecessary type annotations 2021-06-13 16:38:49 +01:00
reader.go pkg/cli/term: Simplify the Reader interface and implementations. 2020-01-01 15:32:20 +00:00
setup_unix_test.go Replace "kr" package dependency with "creack" 2020-10-10 22:41:09 +01:00
setup_unix.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
setup_windows.go Remove unnecessary type annotations 2021-06-13 16:38:49 +01:00
setup.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +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