aboutsummaryrefslogtreecommitdiff
path: root/screen.c
Commit message (Expand)AuthorAge
* Collect sequences of printable ASCII characters and process themnicm2017-02-08
* Make the selection able to exist independent of the cursor position, sonicm2016-11-24
* Add support for BCE (background colour erase). This makes various escapenicm2016-10-13
* Redraw selection in tty_draw_line, so it appears when redrawing wholenicm2016-10-12
* Add static in window-*.c and move some internal functions out of tmux.h.nicm2016-10-11
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* Remember the number of lines scrolled into the history (versus clearednicm2016-09-02
* Don't update cells in each block of data read from a pane immediately,nicm2016-07-15
* Spelling error (incrased -> increased), from Josh Soref.nicm2016-06-10
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Couple of trivial style nits.nicm2015-12-28
* Count brackets in #{?...} so that nested conditional formats work, fromnicm2015-10-27
* Only set default title to hostname on screens that are being used for anicm2015-08-28
* correctly use HOST_NAME_MAX.deraadt2015-01-11
* Add V for select line with vi(1) keys. From Juho Pohjala.nicm2014-11-06
* Tidy up some includes.nicm2014-10-20
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
* Various minor style and spacing nits.nicm2014-09-01
* Fix two copy mode problems:nicm2014-08-11
* Three small changes from Tiago Cunha:nicm2014-01-09
* Don't let cursor position overflow when reflowing, from ChristopherNicholas Marriott2013-05-15
* Rework reflow code so it does not do so much allocation which should beNicholas Marriott2013-03-21
* Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott2013-02-05
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Michael Krysiak points out that some terminals (eg mintty) have cursorNicholas Marriott2012-03-17
* Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott2011-05-20
* Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott2011-05-20
* Don't need vis.h anymore.Nicholas Marriott2011-05-04
* Don't use strnvis for the title as it breaks UTF-8. set-titles is nowNicholas Marriott2011-05-04
* Fix rectangle copy to behave like emacs - the cursor is not part of theNicholas Marriott2010-12-11
* Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott2010-04-06
* rather than using an empty "" as the default window title, put the hostnameBob Beck2010-04-04
* Rectangle copy support, from Robin Lee Powell.Nicholas Marriott2010-02-06
* Fix selection behaviour when the cursor is moved backwards (ie so the selectionNicholas Marriott2010-01-03
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Change the way the grid is stored, previously it was:Nicholas Marriott2009-08-08
* Plug some memory leaks.Nicholas Marriott2009-07-30
* When resizing a screen smaller in alternate screen mode, all the lines neededNicholas Marriott2009-07-17
* Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott2009-07-13
* When the terminal size is reduced horizontally, don't truncate lines to the newNicholas Marriott2009-07-09
* When reinitialising the screen, do not omit to clear the last line.Nicholas Marriott2009-07-08
* Fix a type mismatch warning in assignment.Nicholas Marriott2009-06-24
* Change to match xterm's resizing behaviour, including pushing lines into theNicholas Marriott2009-06-24
* Proper support for tab stops (\033H etc), using a bitstring(3). Makes anotherNicholas Marriott2009-06-04
* Pass window titles through vis(1). <0x20 is dropped anyway by the input stateNicholas Marriott2009-06-03
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01