summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/screen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* correctly use HOST_NAME_MAX.deraadt2015-01-111-3/+3
* Add V for select line with vi(1) keys. From Juho Pohjala.nicm2014-11-061-1/+2
* Tidy up some includes.nicm2014-10-201-4/+4
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-081-3/+3
* Various minor style and spacing nits.nicm2014-09-011-2/+2
* Fix two copy mode problems:nicm2014-08-111-6/+19
* Three small changes from Tiago Cunha:nicm2014-01-091-6/+2
* Don't let cursor position overflow when reflowing, from Christophernicm2013-05-151-2/+8
* Rework reflow code so it does not do so much allocation which should benicm2013-03-211-10/+5
* Automatically reflow wrapped lines when a pane is resized, requested bynicm2013-02-051-2/+20
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-9/+7
* Michael Krysiak points out that some terminals (eg mintty) have cursornicm2012-03-171-2/+2
* Support DECSCUSR sequence to set the cursor style with two newnicm2011-05-201-1/+10
* Support xterm(1) cursor colour change sequences through terminfo(5) Ccnicm2011-05-201-1/+11
* Don't need vis.h anymore.nicm2011-05-041-2/+1
* Don't use strnvis for the title as it breaks UTF-8. set-titles is nownicm2011-05-041-2/+2
* Fix rectangle copy to behave like emacs - the cursor is not part of thenicm2010-12-111-3/+3
* Merge copy mode and output mode, dropping the latter. Idea and code fromnicm2010-04-061-2/+3
* rather than using an empty "" as the default window title, put the hostnamebeck2010-04-041-2/+7
* Rectangle copy support, from Robin Lee Powell.nicm2010-02-061-37/+78
* Fix selection behaviour when the cursor is moved backwards (ie so the selectionnicm2010-01-031-4/+24
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-5/+5
* Change the way the grid is stored, previously it was:nicm2009-08-081-11/+5
* Plug some memory leaks.nicm2009-07-301-1/+3
* When resizing a screen smaller in alternate screen mode, all the lines needednicm2009-07-171-2/+2
* Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullnicm2009-07-131-7/+21
* When the terminal size is reduced horizontally, don't truncate lines to the newnicm2009-07-091-35/+10
* When reinitialising the screen, do not omit to clear the last line.nicm2009-07-081-2/+2
* Fix a type mismatch warning in assignment.nicm2009-06-241-3/+5
* Change to match xterm's resizing behaviour, including pushing lines into thenicm2009-06-241-34/+48
* Proper support for tab stops (\033H etc), using a bitstring(3). Makes anothernicm2009-06-041-2/+31
* Pass window titles through vis(1). <0x20 is dropped anyway by the input statenicm2009-06-031-2/+7
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+240