aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Don't crash when deleting lines at the end, fixes irssi.Nicholas Marriott2007-11-24
* Inc region in debug msg.Nicholas Marriott2007-11-23
* Mostly-complete copy and paste.Nicholas Marriott2007-11-23
* Rm some redundant checks, prevent issues when data->size == 0.Nicholas Marriott2007-11-23
* Forgot to commit.Nicholas Marriott2007-11-23
* Show hlimit.Nicholas Marriott2007-11-23
* Only show history size.Nicholas Marriott2007-11-23
* Sync.Nicholas Marriott2007-11-23
* history-limit option.Nicholas Marriott2007-11-23
* Tidier code by moving mess into functions.Nicholas Marriott2007-11-22
* Make C-space toggle. Fix sel on same line.Nicholas Marriott2007-11-22
* Text selection with C-space.Nicholas Marriott2007-11-22
* Partial copy mode. Currently does the same as scroll mode but using a cursor....Nicholas Marriott2007-11-22
* Mention quit key. Fix key style.Nicholas Marriott2007-11-22
* Oops, missing one BACKGOUND.Nicholas Marriott2007-11-22
* Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy...Nicholas Marriott2007-11-22
* Check for NULL clients.Nicholas Marriott2007-11-21
* Don't count actual struct, don't count size twice.Nicholas Marriott2007-11-21
* Cut memory consumption by only allocating lines when there is actually data o...Nicholas Marriott2007-11-21
* Free entire screen when destroyed.Nicholas Marriott2007-11-21
* Document scroll-mode.Nicholas Marriott2007-11-21
* Don't switch to scroll mode unless no other mode.Nicholas Marriott2007-11-21
* The CLIENT_HOLD hack can go bye-bye.Nicholas Marriott2007-11-21
* Sort out cursors with a new flag - BACKGROUND - for window modes. Free text o...Nicholas Marriott2007-11-21
* Scrollable win for command output.Nicholas Marriott2007-11-21
* Redo screen.c functions to make them readable and more flexible. Make scroll ...Nicholas Marriott2007-11-21
* Fast up/down line scroll.Nicholas Marriott2007-11-21
* Horizontal history/scrolling.Nicholas Marriott2007-11-21
* Wipe curw so last doesn't end up as deleted.Nicholas Marriott2007-11-21
* Fix use-after-free.Nicholas Marriott2007-11-21
* Move from the right place.Nicholas Marriott2007-11-21
* Fix clear.Nicholas Marriott2007-11-21
* Only redraw if offset changed.Nicholas Marriott2007-11-21
* Use screen_* versions to avoid range checks (s->dy may be wrong), fix miscalc...Nicholas Marriott2007-11-21
* Scroll data should be per-window not global.Nicholas Marriott2007-11-21
* Initial history support.Nicholas Marriott2007-11-21
* Damnit, wrong variable name..Nicholas Marriott2007-11-20
* Oops, mustn't forget this.Nicholas Marriott2007-11-20
* Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...Nicholas Marriott2007-11-20
* Style: ry_* -> r*Nicholas Marriott2007-11-20
* Fix a format string bug and sprinkle some printflikes.Nicholas Marriott2007-11-20
* +index.html.inNicholas Marriott2007-11-20
* Work around Linux realpath breakage.Nicholas Marriott2007-11-20
* Note about default colours.Nicholas Marriott2007-11-20
* dist target.Nicholas Marriott2007-11-20
* Oops, no $SESSION now.Nicholas Marriott2007-11-17
* Sync.Nicholas Marriott2007-11-17
* -k on link-window to kill dest window if it exists.Nicholas Marriott2007-11-17
* Two-column display for on-line print.Nicholas Marriott2007-11-16
* Ooops use ->client here, not cmdclient.Nicholas Marriott2007-11-16