aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Add a helper function to get the terminal flags.nicm2020-04-16
* Add support for the iTerm2 sychronized updates escape sequence whichnicm2020-04-16
* Show signal name when process exits rather than number.nicm2020-04-16
* Instead of fixing with the cursor position when the copied screen isnicm2020-04-15
* Use mode-style for selected items, like choose modes. GitHub issue 2166.nicm2020-04-15
* Use grid_empty_line rather than memset when adding new lines on resize.nicm2020-04-15
* Provide an accessor for the running queue item and use it to not letnicm2020-04-14
* Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-13
* Add helpers for the simple case of parse string and add to command queue.nicm2020-04-13
* When parsing strings, put all commands in one group even if there arenicm2020-04-13
* When adding a list of commands to the queue, instead of automaticallynicm2020-04-13
* Move cmdq_state into cmd-queue.c.nicm2020-04-13
* Rename cmdq_shared to cmdq_state which will better reflect what it isnicm2020-04-13
* Store a key event not a mouse event in the shared data.nicm2020-04-13
* Move the NOHOOKS flag into the shared flags.nicm2020-04-13
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-13
* Remove unused define, also a man fix from jmc.nicm2020-04-10
* Now that copy mode copies the pane content rather than keeping anicm2020-04-10
* Some minor style nits.nicm2020-04-09
* Wait until the initial command sequence is done before sending a devicenicm2020-04-09
* Restore pane_current_path format from portable tmux, it is no longernicm2020-04-08
* Do not restore history flag if it was never set.nicm2020-04-07
* Change copy mode to make copy of the pane history so it does not need tonicm2020-04-06
* Support mouse in popups.nicm2020-04-01
* Add a way to mark environment variables as "hidden" so they can be usednicm2020-03-31
* Add non-regex search variants to avoid the performance cost for peoplenicm2020-03-31
* Add a way to mark environment variables as "hidden" so they can be usednicm2020-03-31
* Add non-regex search variants to avoid the performance cost for peoplenicm2020-03-31
* Add a "second click" key type which is fired for the second click of anicm2020-03-31
* Move alternate screen into the screen rather than the pane.nicm2020-03-31
* Tweak key numbers to avoid some special keys crossing over with modifier bits.nicm2020-03-30
* Make two -E only close popup automatically if the command exited with 0.nicm2020-03-28
* Fix how popup height is calculated to take embedded newlines into account.nicm2020-03-28
* Add support for overlay popup boxes to show text or output temporarilynicm2020-03-24
* Break code to convert an argument as a percentage into a common function.nicm2020-03-21
* Make the mouse_word and mouse_line formats work in copy mode and enablenicm2020-03-20
* Change input path so it doesn't require a pane.nicm2020-03-19
* Add a flag to run a background process in a pty as well, not used fornicm2020-03-19
* Ignore default-shell (and use /bin/sh) if it invalid not just if it isnicm2020-03-17
* Send mouse down event immediately rather than waiting for double clicknicm2020-03-16
* Change how double and triple clicks works so that one or the other isnicm2020-03-12
* When the server socket is given by the user with -S, create it withnicm2020-03-12
* Add some number operators for formats, from Tyler Culp.nicm2020-03-11
* Instead of passing titles through vis() which doubles backslashes, justnicm2020-02-03
* If ALL clients are readonly, allow them to affect the size, suggested by Thom...nicm2020-01-28
* If we can identify the terminal as iTerm2 or as tmux, we can be surenicm2020-01-28
* Reduce a difference with portable tmux by adding the -V flag andnicm2020-01-28
* Add a define for flags meaning a client is not attached, and fixnicm2020-01-28
* Add support for adding a note to a key binding (with bind-key -N) andnicm2020-01-27