.. |
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
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
file_reader_unix.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
read_rune_test.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
read_rune.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00: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
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
reader_unix.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00: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
|
Use the unix build tag.
|
2023-03-03 00:01:26 +00:00 |
setup_unix.go
|
Use the unix build tag.
|
2023-03-03 00:01:26 +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 |