aboutsummaryrefslogtreecommitdiff
path: root/screen.c
Commit message (Expand)AuthorAge
* Separate "very visible" flag from blinking flag, it should not affectnicm2021-10-05
* Fix parsing of aliases again (GitHub issue 2842), also make argumentnicm2021-09-09
* Remove stray spaces after function names.nicm2021-08-20
* Improve logging of screen mode changes.nicm2021-06-10
* Change cursor style handling so tmux understands which sequences containnicm2021-06-10
* Add an "always" value to the extended-keys option to always forwardnicm2021-06-10
* Fix so tmux correctly sends the cvvis (cursor very visible) capabilitynicm2021-03-12
* Always resize the original screen before copying when exiting thenicm2021-01-26
* Do not leak path when freeing screen, from Sergey Nizovtsev.nicm2020-10-30
* Store and restore cursor position when copy mode is resized, fromnicm2020-05-16
* Update the cursor position when deleting lines from screens withoutnicm2020-04-22
* A resize can realloc so cannot cache the value of the list pointer.nicm2020-04-18
* There is no point in keeping a bunch of different text buffers for eachnicm2020-04-18
* Make sure the cursor position is still on screen after we have trimmednicm2020-04-17
* Instead of fixing with the cursor position when the copied screen isnicm2020-04-15
* Use grid_empty_line rather than memset when adding new lines on resize.nicm2020-04-15
* Do not restore history flag if it was never set.nicm2020-04-07
* Move alternate screen into the screen rather than the pane.nicm2020-03-31
* Make list-keys description clearer in tmux.1 and remove an unused variable.nicm2020-02-05
* Instead of passing titles through vis() which doubles backslashes, justnicm2020-02-03
* Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
* Store and restore cursor across reflow by working out a position basednicm2019-04-02
* Improve cursor positioning after reflow by storing the position as annicm2019-03-20
* Do not highlight characters which will not be copied, reported bynicm2019-01-15
* Move struct screen_sel into screen.c and tidy up members that are onlynicm2018-07-31
* Add accessors for grid linedata member, for some future work. From Dannicm2018-07-04
* Completely rewrite the reflow code to correctly handle double widthnicm2017-11-15
* There is no point in reflowing panes which have not changed width.nicm2017-11-02
* Add support for the xterm(1) title stack, from Brad Town, GitHub issuenicm2017-10-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
* Fix two copy mode problems:nicm2014-08-11
* Three small changes from Tiago Cunha:nicm2014-01-09