Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Partial copy mode. Currently does the same as scroll mode but using a ↵ | Nicholas Marriott | 2007-11-22 |
| | | | | cursor. Also fix bug where resizing would leave crap lying around. | ||
* | Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for ↵ | Nicholas Marriott | 2007-11-22 |
| | | | | copy mode. | ||
* | Free entire screen when destroyed. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Sort out cursors with a new flag - BACKGROUND - for window modes. Free text ↵ | Nicholas Marriott | 2007-11-21 |
| | | | | on more exit. | ||
* | Scrollable win for command output. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Redo screen.c functions to make them readable and more flexible. Make scroll ↵ | Nicholas Marriott | 2007-11-21 |
| | | | | mode only redraw waht it needs. | ||
* | Fast up/down line scroll. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Horizontal history/scrolling. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Fix use-after-free. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Only redraw if offset changed. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Scroll data should be per-window not global. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Initial history support. | Nicholas Marriott | 2007-11-21 |