| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-31 | Make frame equal to winsize | Julian Hurst | |
| 2022-05-17 | list: reset, somewhat decent resize implementation and fix reframe | Julian Hurst | |
| list::reframe had buggy behaviour (especially after previous commit). list::reset allows easily resetting the list (cursor = 0, reset frame). list::resize allows resizing the list after a sigwinch more easily. It's a bit of a bitch to get a pretty, non-brutal (without cursor/frame resetting to avoid "jumping" effect) list resize, this algo acheives it somewhat decently and keeps the selected item in a somewhat predictable position. | |||
| 2022-05-17 | Remove useless (or at least it should be) frame update in print | Julian Hurst | |
| 2022-05-17 | Move ttyui to widget | Julian Hurst | |
| 2022-05-17 | Create consts for ansi colour codes in list | Julian Hurst | |
| 2022-05-17 | Add list::setitems, sorting and decouple handlers from main.ha | Julian Hurst | |
| 2022-05-16 | Add page up and page down | Julian Hurst | |
| 2022-05-16 | Add layout and a common widget type | Julian Hurst | |
