summaryrefslogtreecommitdiffstats
path: root/input.c
AgeCommit message (Expand)Author
2024-04-10Merge branch 'obsd-master'Thomas Adam
2024-04-10Add an option allow-set-title to forbid applications from changing thenicm
2024-03-21Fix crash if SIXEL colour register is invalid and remove SIXEL images beforeNicholas Marriott
2024-01-03Merge branch 'obsd-master'Thomas Adam
2023-12-28Assignment should be inside SIXEL.Nicholas Marriott
2023-12-27Do not use NULL window, GitHub issue 3747.Nicholas Marriott
2023-12-27Correctly handle window ops with no pane, GitHub issue 3747.nicm
2023-09-19Reply to SMGRAPHICS.Nicholas Marriott
2023-09-15Merge branch 'obsd-master'Thomas Adam
2023-09-15Add -t to source-file, GitHub issue 3473.nicm
2023-08-26Fix merge error, from Jakub Ɓukasiewicz.Nicholas Marriott
2023-08-23portable: fixup mergeThomas Adam
2023-08-23Merge branch 'obsd-master'Thomas Adam
2023-08-23Log what input_dcs_dispatch does with the input data.nicm
2023-08-22Merge SIXEL branch.Nicholas Marriott
2023-08-08Add flag to next-prompt/previous-prompt to go to command output instead,nicm
2023-07-13Use 8 for underscore colour defaults instead of 0 which is lessnicm
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133nicm
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.nicm
2023-06-25SGR 0 should not end hyperlink, reported by Lucas Trzesniewski.nicm
2023-03-27Add a format to show if there are unseen changes while in a mode, fromnicm
2023-01-03Query the client terminal for foreground and background colours and ifnicm
2022-11-11Parse primary device attributes as well as secondary and add a SIXELnicm
2022-10-28Add paste-buffer-deleted notification and fix name of paste-buffer-changed.nicm
2022-09-12Don't use options from pane if pane is NULL.nicm
2022-08-31Fix window size report, from Vincent Bernat.nicm
2022-08-02Add a third state "all" to allow-passthrough to work even in invisiblenicm
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-06-11Fix size of flags output buffer.nicm
2022-06-10Ignore OSC if the first argument is not properly terminated.nicm
2022-06-09If an application gives the first parameter to OSC 52, validate and passnicm
2022-05-30Add a way for lines added to copy mode to be passed through the parsernicm
2022-03-08Add argument to refresh-client -l to forward clipboard to a pane. GitHubnicm
2022-02-15Add an option (default off) to control the passthrough escape sequence.nicm
2021-12-07Respond to OSC 4 query.nicm
2021-11-11If automatic-rename is off, allow the escape sequence to set an emptynicm
2021-11-03Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.nicm
2021-11-01Add a cursor-colour option, from Alexis Hildebrandt in GitHub issuenicm
2021-10-05Separate "very visible" flag from blinking flag, it should not affectnicm
2021-08-14Some other missing palette NULL checks, from oss-fuzz.nicm
2021-08-13Change focus to be driven by events rather than walking all panes at endnicm
2021-08-11Break the colour palette into a struct rather than just a single arraynicm
2021-06-10Add an "always" value to the extended-keys option to always forwardnicm
2021-02-18Reduce len when moving past spaces in OSC 11 parameter.nicm
2021-02-15Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 tonicm
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsonicm
2020-10-30Limit range of repeat to avoid silly high numbers causing delays, fromnicm
2020-10-29Do not write after the end of the array and overwrite the stack whennicm
2020-08-19Respond to colour requests if a colour is available, from Michal Goral.nicm
2020-07-24Add a hook when the pane title changed.nicm