aboutsummaryrefslogtreecommitdiff
path: root/screen.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-04-15
|\
| * Instead of fixing with the cursor position when the copied screen isnicm2020-04-15
* | Merge branch 'obsd-master'Thomas Adam2020-04-15
|\|
| * Use grid_empty_line rather than memset when adding new lines on resize.nicm2020-04-15
* | Merge branch 'obsd-master'Thomas Adam2020-04-07
|\|
| * Do not restore history flag if it was never set.nicm2020-04-07
* | Merge branch 'obsd-master'Thomas Adam2020-03-31
|\|
| * Move alternate screen into the screen rather than the pane.nicm2020-03-31
* | Merge branch 'obsd-master'Thomas Adam2020-02-05
|\|
| * Make list-keys description clearer in tmux.1 and remove an unused variable.nicm2020-02-05
* | Merge branch 'obsd-master'Thomas Adam2020-02-03
|\|
| * Instead of passing titles through vis() which doubles backslashes, justnicm2020-02-03
* | 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