summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/input.c
AgeCommit message (Expand)Author
11 daysAdd an option to control the input buffer size, from Ken Lau.Nicholas Marriott
2024-10-25Flag tabs if possible in the grid cell so they can be preserved onNicholas Marriott
2024-10-14Set ACS flag for REP. Reported by Romain Francoise, GitHub issue 4182.Nicholas Marriott
2024-09-16Change the behaviour of extended-keys always slightly so thatNicholas Marriott
2024-08-21Set the default for extended-keys back to off because it appears emacs turnsNicholas Marriott
2024-08-21Revamp extended keys support to more closely match xterm and supportNicholas Marriott
2024-08-19Allow REP to work with Unicode characters, GitHub issue 3687.Nicholas Marriott
2024-06-24Add a way (refresh-client -r) for control mode clients to provide OSC 10Nicholas Marriott
2024-04-10Add an option allow-set-title to forbid applications from changing theNicholas Marriott
2023-12-27Correctly handle window ops with no pane, GitHub issue 3747.Nicholas Marriott
2023-09-15Add -t to source-file, GitHub issue 3473.Nicholas Marriott
2023-09-15Add some more WINOPS and a placeholder for SMGRAPHICS.Nicholas Marriott
2023-08-23Log what input_dcs_dispatch does with the input data.Nicholas Marriott
2023-08-08Add flag to next-prompt/previous-prompt to go to command output instead,Nicholas Marriott
2023-07-13Use 8 for underscore colour defaults instead of 0 which is lessNicholas Marriott
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133Nicholas Marriott
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.Nicholas Marriott
2023-06-25SGR 0 should not end hyperlink, reported by Lucas Trzesniewski.Nicholas Marriott
2023-03-27Add a format to show if there are unseen changes while in a mode, fromNicholas Marriott
2023-01-03Query the client terminal for foreground and background colours and ifNicholas Marriott
2022-11-11Parse primary device attributes as well as secondary and add a SIXELNicholas Marriott
2022-10-28Add paste-buffer-deleted notification and fix name of paste-buffer-changed.Nicholas Marriott
2022-10-28Do not send focus sequences when reporting is enabled, matches otherNicholas Marriott
2022-09-12Don't use options from pane if pane is NULL.Nicholas Marriott
2022-08-31Fix window size report, from Vincent Bernat.Nicholas Marriott
2022-08-02Add a third state "all" to allow-passthrough to work even in invisibleNicholas Marriott
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by otherNicholas Marriott
2022-06-11Fix size of flags output buffer.Nicholas Marriott
2022-06-10Ignore OSC if the first argument is not properly terminated.Nicholas Marriott
2022-06-09If an application gives the first parameter to OSC 52, validate and passNicholas Marriott
2022-05-30Add a way for lines added to copy mode to be passed through the parserNicholas Marriott
2022-05-30Do not send focus sequences when focus is enabled or disabled by theNicholas Marriott
2022-03-08Add argument to refresh-client -l to forward clipboard to a pane. GitHubNicholas Marriott
2022-02-15Add an option (default off) to control the passthrough escape sequence.Nicholas Marriott
2021-12-07Respond to OSC 4 query.Nicholas Marriott
2021-12-07Use four digits not two for RGB responses to match other terminals.Nicholas Marriott
2021-11-11If automatic-rename is off, allow the escape sequence to set an emptyNicholas Marriott
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-08-14Some other missing palette NULL checks, from oss-fuzz.Nicholas Marriott
2021-08-13Change focus to be driven by events rather than walking all panes at endNicholas Marriott
2021-08-11Break the colour palette into a struct rather than just a single arrayNicholas Marriott
2021-06-10Add an "always" value to the extended-keys option to always forwardNicholas Marriott
2021-02-18Reduce len when moving past spaces in OSC 11 parameter.Nicholas Marriott
2021-02-15Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 toNicholas Marriott
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsoNicholas Marriott
2020-10-30Limit range of repeat to avoid silly high numbers causing delays, fromNicholas Marriott
2020-10-29Do not write after the end of the array and overwrite the stack whenNicholas Marriott
2020-08-19Respond to colour requests if a colour is available, from Michal Goral.Nicholas Marriott