Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove use of sysexits.h | June McEnroe | 2024-05-22 |
| | |||
* | Indicate if still reading or no results | June McEnroe | 2022-06-08 |
| | |||
* | Set line number on File lines | June McEnroe | 2022-06-03 |
| | |||
* | Stop polling stdin after EOF | June McEnroe | 2022-06-03 |
| | |||
* | Set TABSIZE=4 | June McEnroe | 2022-06-02 |
| | | | | Absolutely indiscriminately. | ||
* | Do basic match highlighting | June McEnroe | 2022-06-02 |
| | |||
* | Clean up parsing a little | June McEnroe | 2022-06-02 |
| | |||
* | Don't duplicate path string | June McEnroe | 2022-06-02 |
| | |||
* | Use stderr instead of /dev/tty, realloc buffer if lines too long | June McEnroe | 2022-06-02 |
| | | | | | | For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. | ||
* | Add initial working version of qf | June McEnroe | 2022-06-02 |