summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/screen.c
AgeCommit message (Expand)Author
2021-11-03Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.Nicholas Marriott
2021-11-01Add a cursor-colour option, from Alexis Hildebrandt in GitHub issueNicholas Marriott
2021-10-05Separate "very visible" flag from blinking flag, it should not affectNicholas Marriott
2021-09-09Fix parsing of aliases again (GitHub issue 2842), also make argumentNicholas Marriott
2021-08-20Remove stray spaces after function names.Nicholas Marriott
2021-06-10Improve logging of screen mode changes.Nicholas Marriott
2021-06-10Change cursor style handling so tmux understands which sequences containNicholas Marriott
2021-06-10Add an "always" value to the extended-keys option to always forwardNicholas Marriott
2021-03-12Fix so tmux correctly sends the cvvis (cursor very visible) capabilityNicholas Marriott
2021-01-26Always resize the original screen before copying when exiting theNicholas Marriott
2020-10-30Do not leak path when freeing screen, from Sergey Nizovtsev.Nicholas Marriott
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