summaryrefslogtreecommitdiffstats
path: root/screen.c
AgeCommit message (Expand)Author
2020-04-15Merge branch 'obsd-master'Thomas Adam
2020-04-15Use grid_empty_line rather than memset when adding new lines on resize.nicm
2020-04-07Merge branch 'obsd-master'Thomas Adam
2020-04-07Do not restore history flag if it was never set.nicm
2020-03-31Merge branch 'obsd-master'Thomas Adam
2020-03-31Move alternate screen into the screen rather than the pane.nicm
2020-02-05Merge branch 'obsd-master'Thomas Adam
2020-02-05Make list-keys description clearer in tmux.1 and remove an unused variable.nicm
2020-02-03Merge branch 'obsd-master'Thomas Adam
2020-02-03Instead of passing titles through vis() which doubles backslashes, justnicm
2019-11-15Merge branch 'obsd-master'Thomas Adam
2019-11-15Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm
2019-04-02Merge branch 'obsd-master'Thomas Adam
2019-04-02Store and restore cursor across reflow by working out a position basednicm
2019-03-20Merge branch 'obsd-master'Thomas Adam
2019-03-20Improve cursor positioning after reflow by storing the position as annicm
2019-01-15Merge branch 'obsd-master'Thomas Adam
2019-01-15Do not highlight characters which will not be copied, reported bynicm
2018-07-31Merge branch 'obsd-master'Thomas Adam
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlynicm
2018-07-04Merge branch 'obsd-master'Thomas Adam
2018-07-04Add accessors for grid linedata member, for some future work. From Dannicm
2017-11-15Merge branch 'obsd-master'Thomas Adam
2017-11-15Completely rewrite the reflow code to correctly handle double widthnicm
2017-11-02Merge branch 'obsd-master'Thomas Adam
2017-11-02There is no point in reflowing panes which have not changed width.nicm
2017-10-06Merge branch 'obsd-master'Thomas Adam
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issuenicm
2017-06-05Linux build fixesThomas Adam
2017-06-04Be more strict about escape sequences that rename windows or set titles:nicm
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