aboutsummaryrefslogtreecommitdiff
path: root/input.c
Commit message (Expand)AuthorAge
* Add a way for lines added to copy mode to be passed through the parser toNicholas Marriott2022-04-18
* Do not send focus sequences when focus is enabled or disabled by theNicholas Marriott2022-04-06
* Add argument to refresh-client -l to forward clipboard to a pane. GitHubnicm2022-03-08
* Add an option (default off) to control the passthrough escape sequence.nicm2022-02-15
* Respond to OSC 4 query.nicm2021-12-07
* If automatic-rename is off, allow the escape sequence to set an emptynicm2021-11-11
* Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.nicm2021-11-03
* Add a cursor-colour option, from Alexis Hildebrandt in GitHub issuenicm2021-11-01
* Separate "very visible" flag from blinking flag, it should not affectnicm2021-10-05
* Some other missing palette NULL checks, from oss-fuzz.nicm2021-08-14
* Change focus to be driven by events rather than walking all panes at endnicm2021-08-13
* Break the colour palette into a struct rather than just a single arraynicm2021-08-11
* Add an "always" value to the extended-keys option to always forwardnicm2021-06-10
* Reduce len when moving past spaces in OSC 11 parameter.nicm2021-02-18
* Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 tonicm2021-02-15
* Support X11 colour names and some other variations for OSC 10/11, alsonicm2021-02-15
* Limit range of repeat to avoid silly high numbers causing delays, fromnicm2020-10-30
* Do not write after the end of the array and overwrite the stack whennicm2020-10-29
* Respond to colour requests if a colour is available, from Michal Goral.nicm2020-08-19
* Add a hook when the pane title changed.nicm2020-07-24
* d and D keys to reset to default in customize mode.nicm2020-06-16
* Instead of sending all data to control mode clients as fast as possible,nicm2020-06-01
* Support code for control mode flow control: allow clients to havenicm2020-05-21
* Add a terminal feature for enable/disable extended keys (supported bynicm2020-05-16
* Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-16
* Drop having a separate type for style options and make them all strings,nicm2020-05-16
* Remove support for iTerm2's DSR 1337 extension and use the CSI > qnicm2020-05-16
* Do not remove the automatic-rename option from the global set, only fromnicm2020-04-30
* Move alternate screen into the screen rather than the pane.nicm2020-03-31
* Change input path so it doesn't require a pane.nicm2020-03-19
* Instead of passing titles through vis() which doubles backslashes, justnicm2020-02-03
* Do not send DA and DSR again if already have a response.nicm2020-01-29
* Add support for the iTerm2 DSR 1337 sequence to get the terminal version.nicm2020-01-28
* Bump the escape sequence timeout to five seconds to allow for longernicm2019-11-28
* Do not add path if it is NULL, duh.nicm2019-11-15
* Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
* Change new-session -A without a session name (that is, no -s optionnicm2019-11-14
* Handle the various different forms of rgb colour strings.nicm2019-11-01
* Turn automatic-rename back on if the rename escape sequence is used withnicm2019-10-14
* Style and line length nits.nicm2019-09-25
* Some minor performance improvements - most notably, don't search thenicm2019-09-24
* Add support for the SD (scroll down) escape sequence, GitHub issue 1861.nicm2019-08-05
* Add support for underscore colours with Setulc capability, mostly fromnicm2019-06-27
* allow-rename and alternate-screen can be pane options.nicm2019-06-20
* Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
* Remove a leftover abort and some fixes from cppcheck.nicm2019-05-30
* Fix the color space parameter in RGB SGR, from Brad Town.nicm2019-05-20
* Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-13
* Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm2019-05-07
* Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03