aboutsummaryrefslogtreecommitdiff
path: root/screen.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2019-11-15
|\
| * Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
* | Merge branch 'obsd-master'Thomas Adam2019-04-02
|\|
| * Store and restore cursor across reflow by working out a position basednicm2019-04-02
* | Merge branch 'obsd-master'Thomas Adam2019-03-20
|\|
| * Improve cursor positioning after reflow by storing the position as annicm2019-03-20
* | Merge branch 'obsd-master'Thomas Adam2019-01-15
|\|
| * Do not highlight characters which will not be copied, reported bynicm2019-01-15
* | Merge branch 'obsd-master'Thomas Adam2018-07-31
|\|
| * Move struct screen_sel into screen.c and tidy up members that are onlynicm2018-07-31
* | Merge branch 'obsd-master'Thomas Adam2018-07-04
|\|
| * Add accessors for grid linedata member, for some future work. From Dannicm2018-07-04
* | Merge branch 'obsd-master'Thomas Adam2017-11-15
|\|
| * Completely rewrite the reflow code to correctly handle double widthnicm2017-11-15
* | Merge branch 'obsd-master'Thomas Adam2017-11-02
|\|
| * There is no point in reflowing panes which have not changed width.nicm2017-11-02
* | Merge branch 'obsd-master'Thomas Adam2017-10-06
|\|
| * Add support for the xterm(1) title stack, from Brad Town, GitHub issuenicm2017-10-05
* | Linux build fixesThomas Adam2017-06-05
|/
* Be more strict about escape sequences that rename windows or set titles:nicm2017-06-04
* 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