summaryrefslogtreecommitdiffstats
path: root/screen.c
AgeCommit message (Expand)Author
2024-03-21Merge branch 'obsd-master'Thomas Adam
2024-03-21Fix crash if SIXEL colour register is invalid and remove SIXEL images beforeNicholas Marriott
2024-03-21Do not consider a selection present if it is empty, from Michael Grantnicm
2024-01-03Merge branch 'obsd-master'Thomas Adam
2023-12-27Always initialize screen mode, GitHub issue 3750 from Ding Fei.nicm
2023-09-19Merge branch 'obsd-master'Thomas Adam
2023-09-19Fix a couple of mouse mode flag names.nicm
2023-08-22Merge SIXEL branch.Nicholas Marriott
2023-06-26Merge branch 'obsd-master'Thomas Adam
2023-06-26When exiting alternate screen, there is no need to reflow when goingnicm
2022-06-30Merge branch 'obsd-master'Thomas Adam
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-05-30Spacing/style nits.nicm
2022-04-06Some style nits.Nicholas Marriott
2022-04-01Merge branch 'obsd-master' into masterThomas Adam
2022-04-01Preserve CRLF flag when respawning.nicm
2021-11-03Merge branch 'obsd-master' into masterThomas Adam
2021-11-03Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.nicm
2021-11-01Merge branch 'obsd-master' into masterThomas Adam
2021-11-01Add a cursor-colour option, from Alexis Hildebrandt in GitHub issuenicm
2021-10-05Merge branch 'obsd-master' into masterThomas Adam
2021-10-05Separate "very visible" flag from blinking flag, it should not affectnicm
2021-09-09Merge branch 'obsd-master' into masterThomas Adam
2021-09-09Fix parsing of aliases again (GitHub issue 2842), also make argumentnicm
2021-08-20Merge branch 'obsd-master' into masterThomas Adam
2021-08-20Remove stray spaces after function names.nicm
2021-06-10Improve logging of screen mode changes.nicm
2021-06-10Change cursor style handling so tmux understands which sequences containnicm
2021-06-10Add an "always" value to the extended-keys option to always forwardnicm
2021-04-30Improve logging of screen mode changes.Nicholas Marriott
2021-04-28Change cursor style handling so tmux understands which sequences containNicholas Marriott
2021-04-21Add an "always" value to the extended-keys option to always forward these keysNicholas Marriott
2021-03-12Merge branch 'obsd-master' into masterThomas Adam
2021-03-12Fix so tmux correctly sends the cvvis (cursor very visible) capabilitynicm
2021-01-26Merge branch 'obsd-master' into masterThomas Adam
2021-01-26Always resize the original screen before copying when exiting thenicm
2020-10-30Merge branch 'obsd-master'Thomas Adam
2020-10-30Do not leak path when freeing screen, from Sergey Nizovtsev.nicm
2020-05-16Store and restore cursor position when copy mode is resized, fromnicm
2020-05-05Store and restore cursor position when copy mode is resized, from AnindyaNicholas Marriott
2020-04-22Merge branch 'obsd-master'Thomas Adam
2020-04-22Update the cursor position when deleting lines from screens withoutnicm
2020-04-18Merge branch 'obsd-master'Thomas Adam
2020-04-18A resize can realloc so cannot cache the value of the list pointer.nicm
2020-04-18Merge branch 'obsd-master'Thomas Adam
2020-04-18There is no point in keeping a bunch of different text buffers for eachnicm
2020-04-17Merge branch 'obsd-master'Thomas Adam
2020-04-17Make sure the cursor position is still on screen after we have trimmednicm
2020-04-15Merge branch 'obsd-master'Thomas Adam
2020-04-15Instead of fixing with the cursor position when the copied screen isnicm