kitty/tools/tui/readline
Kovid Goyal 341d845b9a
Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function
Also rename os.SEEK_* to io.Seek* as the former has been deprecated
2023-08-04 22:50:13 +05:30
..
actions.go Finish port of themes kitten to Go 2023-03-14 20:24:21 +05:30
actions_test.go Cleanup readline prompt rendering 2022-12-23 15:23:42 +05:30
api.go readline: Automatically do word completion based on history 2023-03-07 16:44:02 +05:30
completion.go Remove unused code 2023-03-30 10:26:39 +05:30
draw.go Cleanup readline prompt rendering 2022-12-23 15:23:42 +05:30
history.go Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function 2023-08-04 22:50:13 +05:30
keys.go readline: add alt+arrow to move by word default binding. Common on macOS 2022-12-27 10:59:13 +05:30