summaryrefslogtreecommitdiffstats
path: root/screen.c
AgeCommit message (Expand)Author
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
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