kitty/tools/tui
Kovid Goyal 4a49c3940a
Switch to using goroutines rather than a select()
More complex code since now we have to synchronize between threads,
but a good way to teach myself more about goroutines.
2022-11-14 15:41:52 +05:30
..
key-encoding.go Add license info to Go files 2022-11-14 15:41:51 +05:30
loop.go Switch to using goroutines rather than a select() 2022-11-14 15:41:52 +05:30
password.go Work on implementing ttyio via TUI 2022-11-14 15:41:51 +05:30
select.go Add license info to Go files 2022-11-14 15:41:51 +05:30
terminal-state.go Add license info to Go files 2022-11-14 15:41:51 +05:30