Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Filling with the right attr should be done in screen-display.c. | Nicholas Marriott | 2007-12-06 |
| | |||
* | Use the current attr/colours for filling in new areas, this fixes the echo ↵ | Nicholas Marriott | 2007-12-06 |
| | | | | \\033[35\;46m\\033[2J bug. | ||
* | Screen debugging. | Nicholas Marriott | 2007-12-06 |
| | |||
* | Redraw buglets. | Nicholas Marriott | 2007-12-06 |
| | |||
* | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 |
| | |||
* | Code tidying. | Nicholas Marriott | 2007-11-26 |
| | |||
* | Shift history up by 10% at a time. | Nicholas Marriott | 2007-11-26 |
| | |||
* | Better fix, handle delete-last-line properly. | Nicholas Marriott | 2007-11-24 |
| | |||
* | Don't crash when deleting lines at the end, fixes irssi. | Nicholas Marriott | 2007-11-24 |
| | |||
* | Cut memory consumption by only allocating lines when there is actually data ↵ | Nicholas Marriott | 2007-11-21 |
| | | | | on them, and only as much as the right-most data. Everything else is filled in at runtime. | ||
* | Free entire screen when destroyed. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Horizontal history/scrolling. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Initial history support. | Nicholas Marriott | 2007-11-21 |
| | |||
* | Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from ↵ | Nicholas Marriott | 2007-11-20 |
display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. |