summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/screen.c
AgeCommit message (Expand)Author
2020-05-16Store and restore cursor position when copy mode is resized, fromNicholas Marriott
2020-04-22Update the cursor position when deleting lines from screens withoutNicholas Marriott
2020-04-18A resize can realloc so cannot cache the value of the list pointer.Nicholas Marriott
2020-04-18There is no point in keeping a bunch of different text buffers for eachNicholas Marriott
2020-04-17Make sure the cursor position is still on screen after we have trimmedNicholas Marriott
2020-04-15Instead of fixing with the cursor position when the copied screen isNicholas Marriott
2020-04-15Use grid_empty_line rather than memset when adding new lines on resize.Nicholas Marriott
2020-04-07Do not restore history flag if it was never set.Nicholas Marriott
2020-03-31Move alternate screen into the screen rather than the pane.Nicholas Marriott
2020-02-05Make list-keys description clearer in tmux.1 and remove an unused variable.Nicholas Marriott
2020-02-03Instead of passing titles through vis() which doubles backslashes, justNicholas Marriott
2019-11-15Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).Nicholas Marriott
2019-04-02Store and restore cursor across reflow by working out a position basedNicholas Marriott
2019-03-20Improve cursor positioning after reflow by storing the position as anNicholas Marriott
2019-01-15Do not highlight characters which will not be copied, reported byNicholas Marriott
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlyNicholas Marriott
2018-07-04Add accessors for grid linedata member, for some future work. From DanNicholas Marriott
2017-11-15Completely rewrite the reflow code to correctly handle double widthNicholas Marriott
2017-11-02There is no point in reflowing panes which have not changed width.Nicholas Marriott
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issueNicholas Marriott
2017-06-04Be more strict about escape sequences that rename windows or set titles:Nicholas Marriott
2017-02-08Collect sequences of printable ASCII characters and process themNicholas Marriott
2016-11-24Make the selection able to exist independent of the cursor position, soNicholas Marriott
2016-10-13Add support for BCE (background colour erase). This makes various escapeNicholas Marriott
2016-10-12Redraw selection in tty_draw_line, so it appears when redrawing wholeNicholas Marriott
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.Nicholas Marriott
2016-10-10Loads more static, except for cmd-*.c and window-*.c.Nicholas Marriott
2016-09-02Remember the number of lines scrolled into the history (versus clearedNicholas Marriott
2016-07-15Don't update cells in each block of data read from a pane immediately,Nicholas Marriott
2016-06-10Spelling error (incrased -> increased), from Josh Soref.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-28Couple of trivial style nits.Nicholas Marriott
2015-10-27Count brackets in #{?...} so that nested conditional formats work, fromNicholas Marriott
2015-08-28Only set default title to hostname on screens that are being used for aNicholas Marriott
2015-01-11correctly use HOST_NAME_MAX.Theo de Raadt
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2014-08-11Fix two copy mode problems:Nicholas Marriott
2014-01-09Three small changes from Tiago Cunha:Nicholas Marriott
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