Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Oops, use correct y. | Nicholas Marriott | 2007-11-25 | |
| | ||||
* | Init local_log to -1. | Nicholas Marriott | 2007-11-25 | |
| | ||||
* | Redo output logging in local.c. Optimise line drawing. | Nicholas Marriott | 2007-11-25 | |
| | ||||
* | Support for VT100 graphics mode. Also lose some redundant checks. | Nicholas Marriott | 2007-11-24 | |
| | ||||
* | Always redraw requesting client on resize. | Nicholas Marriott | 2007-11-24 | |
| | ||||
* | Scroll region reset homes the cursor, so start at 0,0 when drawing. Also ↵ | Nicholas Marriott | 2007-11-24 | |
| | | | | don't set region after DECRC. | |||
* | Reset before calling window_draw otherwise it'll have the wrong idea of the ↵ | Nicholas Marriott | 2007-11-24 | |
| | | | | current state (since it copies from screen). | |||
* | Don't stop until after everything else done. | Nicholas Marriott | 2007-11-24 | |
| | ||||
* | Better words. | Nicholas Marriott | 2007-11-24 | |
| | ||||
* | Use screen_draw_* to write message, avoids leaving attribute changes around. | Nicholas Marriott | 2007-11-24 | |
| | ||||
* | Sync. | Nicholas Marriott | 2007-11-24 | |
| | ||||
* | Document modes, c/p etc. | Nicholas Marriott | 2007-11-24 | |
| | ||||
* | 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 | |
| | ||||
* | Inc region in debug msg. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Mostly-complete copy and paste. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Rm some redundant checks, prevent issues when data->size == 0. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Forgot to commit. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Show hlimit. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Only show history size. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Sync. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | history-limit option. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Tidier code by moving mess into functions. | Nicholas Marriott | 2007-11-22 | |
| | ||||
* | Make C-space toggle. Fix sel on same line. | Nicholas Marriott | 2007-11-22 | |
| | ||||
* | Text selection with C-space. | Nicholas Marriott | 2007-11-22 | |
| | ||||
* | 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. | |||
* | Mention quit key. Fix key style. | Nicholas Marriott | 2007-11-22 | |
| | ||||
* | Oops, missing one BACKGOUND. | Nicholas Marriott | 2007-11-22 | |
| | ||||
* | Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for ↵ | Nicholas Marriott | 2007-11-22 | |
| | | | | copy mode. | |||
* | Check for NULL clients. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Don't count actual struct, don't count size twice. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | 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 | |
| | ||||
* | Document scroll-mode. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Don't switch to scroll mode unless no other mode. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | The CLIENT_HOLD hack can go bye-bye. | 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 | |
| | ||||
* | Wipe curw so last doesn't end up as deleted. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Fix use-after-free. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Move from the right place. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Fix clear. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Only redraw if offset changed. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Use screen_* versions to avoid range checks (s->dy may be wrong), fix ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | miscalculated free. | |||
* | Scroll data should be per-window not global. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Initial history support. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Damnit, wrong variable name.. | Nicholas Marriott | 2007-11-20 | |
| |