aboutsummaryrefslogtreecommitdiff
path: root/screen.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-10-05
|\
| * Separate "very visible" flag from blinking flag, it should not affectnicm2021-10-05
* | Merge branch 'obsd-master' into masterThomas Adam2021-09-09
|\|
| * Fix parsing of aliases again (GitHub issue 2842), also make argumentnicm2021-09-09
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-20
|\|
| * 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
* | Improve logging of screen mode changes.Nicholas Marriott2021-04-30
* | Change cursor style handling so tmux understands which sequences containNicholas Marriott2021-04-28
* | Add an "always" value to the extended-keys option to always forward these keysNicholas Marriott2021-04-21
* | Merge branch 'obsd-master' into masterThomas Adam2021-03-12
|\|
| * Fix so tmux correctly sends the cvvis (cursor very visible) capabilitynicm2021-03-12
* | Merge branch 'obsd-master' into masterThomas Adam2021-01-26
|\|
| * Always resize the original screen before copying when exiting thenicm2021-01-26
* | Merge branch 'obsd-master'Thomas Adam2020-10-30
|\|
| * 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
* | Store and restore cursor position when copy mode is resized, from AnindyaNicholas Marriott2020-05-05
* | Merge branch 'obsd-master'Thomas Adam2020-04-22
|\|
| * Update the cursor position when deleting lines from screens withoutnicm2020-04-22
* | Merge branch 'obsd-master'Thomas Adam2020-04-18
|\|
| * A resize can realloc so cannot cache the value of the list pointer.nicm2020-04-18
* | Merge branch 'obsd-master'Thomas Adam2020-04-18
|\|
| * There is no point in keeping a bunch of different text buffers for eachnicm2020-04-18
* | Merge branch 'obsd-master'Thomas Adam2020-04-17
|\|
| * Make sure the cursor position is still on screen after we have trimmednicm2020-04-17
* | Merge branch 'obsd-master'Thomas Adam2020-04-15
|\|
| * Instead of fixing with the cursor position when the copied screen isnicm2020-04-15
* | Merge branch 'obsd-master'Thomas Adam2020-04-15
|\|
| * Use grid_empty_line rather than memset when adding new lines on resize.nicm2020-04-15
* | Merge branch 'obsd-master'Thomas Adam2020-04-07
|\|
| * Do not restore history flag if it was never set.nicm2020-04-07
* | Merge branch 'obsd-master'Thomas Adam2020-03-31
|\|
| * Move alternate screen into the screen rather than the pane.nicm2020-03-31
* | Merge branch 'obsd-master'Thomas Adam2020-02-05
|\|
| * Make list-keys description clearer in tmux.1 and remove an unused variable.nicm2020-02-05
* | Merge branch 'obsd-master'Thomas Adam2020-02-03
|\|
| * Instead of passing titles through vis() which doubles backslashes, justnicm2020-02-03
* | Merge branch 'obsd-master'Thomas Adam2019-11-15
|\|
| * Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
* | Merge branch 'obsd-master'Thomas Adam2019-04-02
|\|
| * Store and restore cursor across reflow by working out a position basednicm2019-04-02
* | Merge branch 'obsd-master'Thomas Adam2019-03-20
|\|
| * Improve cursor positioning after reflow by storing the position as annicm2019-03-20
* | Merge branch 'obsd-master'Thomas Adam2019-01-15
|\|
| * Do not highlight characters which will not be copied, reported bynicm2019-01-15
* | Merge branch 'obsd-master'Thomas Adam2018-07-31
|\|
| * Move struct screen_sel into screen.c and tidy up members that are onlynicm2018-07-31