Kovid Goyal
|
0cda5d43a6
|
Fix final write detection
|
2022-11-14 15:41:52 +05:30 |
|
Kovid Goyal
|
1b90c03304
|
Refactor loop code into its own package
|
2022-11-14 15:41:52 +05:30 |
|
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 |
|
Kovid Goyal
|
c86f8a698c
|
@ ls works phew
|
2022-11-14 15:41:51 +05:30 |
|
Kovid Goyal
|
174bc25afb
|
Make timeout checking more efficient
|
2022-11-14 15:41:51 +05:30 |
|
Kovid Goyal
|
2ffba1c422
|
Work on implementing ttyio via TUI
|
2022-11-14 15:41:51 +05:30 |
|
Kovid Goyal
|
32e59257d2
|
Refactor io in preparation for using tui
|
2022-11-14 15:41:51 +05:30 |
|