elvish/pkg/cli
Qi Xiao 3368744d1b Add comments to pkg/cli/term/reader_windows.go.
Also simplify the logic of AltGr handling. It seems that AltGr and
AltGr+Shift don't actually combine with any other modifiers, so we can
test whether filteredMod is leftCtrl|rightAlt or
leftCtrl|rightAlt|shift, and leave the Mod field unpopulated in the
return value.
2021-06-13 20:41:16 +01:00
..
clitest pkg/cli: Simplify the TTY interface by making it embed term.Writer. 2021-03-19 21:40:32 +00:00
histutil Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
lscolors Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
mode pkg/cli/mode: Revise a comment. 2021-04-05 15:33:18 +01:00
prompt Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
term Add comments to pkg/cli/term/reader_windows.go. 2021-06-13 20:41:16 +01:00
tk pkg/cli/tk: Tweak the scrollbar algorithm. 2021-02-21 23:05:41 +00:00
app_spec.go pkg/cli: Support global bindings. 2021-02-14 01:38:34 +00:00
app_test.go pkg/cli: Support global bindings. 2021-02-14 01:38:34 +00:00
app.go pkg/cli: Simplify the TTY interface by making it embed term.Writer. 2021-03-19 21:40:32 +00:00
loop_test.go pkg/cli: Change ExampleLoop to a test. 2021-02-11 19:31:53 +00:00
loop.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
tty_unix_test.go Simplify the API of pkg/cli. 2021-02-11 19:24:37 +00:00
tty.go pkg/cli: Simplify the TTY interface by making it embed term.Writer. 2021-03-19 21:40:32 +00:00