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