| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
In the process I had to:
* Fix a bug in reading lines from stdin into streams
* Start trailing newlines when parsing ints from streams
* Implement `find` in an array
|
| |
|
| |
|
|
|
|
|
|
|
| |
So far I've been assuming that read-key only works for ascii, and that
I'd need to get more sophisticated both for multi-byte utf-8 and multi-byte
terminal escape codes like arrow keys. Rather to my surprise, both work
fine. We just need to adjust the types to reflect this fact.
|
|
|
|
| |
This was surprisingly hard; bugs discovered all over the place.
|
|
|
|
| |
Looks like Linux turns reads from stdout/stderr into stdin!
|
| |
|
| |
|
|
|