Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove use of sysexits.h | June McEnroe | 2024-05-22 |
| | | | | | Preserve exit status 69 (EX_UNAVAILABLE) for getting disconnected. Use 127 for failing to exec, like the shell. | ||
* | Fix style character handling bug 2.2a | para | 2024-03-21 |
| | | | | | | | | | | | | | | | | In some ncurses implementations[1], waddnstr returns ERR when len is 0. This happens in styleAdd() whenever there is a sequence of more than 1 style character in a row. This may result in visual bugs, the most notable of which is being unable to see the messages that mention you (due to the "\26\3" sequence). In order to properly handle multiple style characters in a row, waddnstr should only be called when len is greater than 0. Tested on Alpine Linux, using the official ncurses package. [1]https://invisible-island.net/ncurses | ||
* | Be specific about which file is at an unexpected end | June McEnroe | 2024-01-29 |
| | | | | Reported-by: d4 <d4@unpx.net> | ||
* | Fix what went wrong, part 2 | June McEnroe | 2023-02-05 |
| | |||
* | Fix what went wrong, part 1 | June McEnroe | 2023-02-05 |
| | |||
* | Move cache color to an Entry struct | June McEnroe | 2022-07-31 |
| | | | | So that more values can be added sensibly. | ||
* | Switch to cache interfaces | June McEnroe | 2022-07-30 |
| | |||
* | Show indicator in status when window has pending input | June McEnroe | 2022-02-20 |
| | |||
* | Factor out input handling to input.c | June McEnroe | 2022-02-19 |
| | |||
* | Factor out window management to window.c | June McEnroe | 2022-02-19 |