summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2020-04-18Bring back previons fix to only redraw panes that need it after a redrawnicm
2020-04-18Add formats for pane written/skipped bytes for debugging.nicm
2020-04-18Add a flag to protect against nested syncs and add some extra logging tonicm
2020-04-18Revert previous, there is still a problem.nicm
2020-04-18When a redraw is deferred because the terminal hasn't finished readingnicm
2020-04-17Make sure the cursor position is still on screen after we have trimmednicm
2020-04-16Only start and stop sync for operations like clear and scroll wherenicm
2020-04-16Send secondary device attributes instead of primary which gives us a bitnicm
2020-04-16Move the UTF-8 flag to terminal flags.nicm
2020-04-16Add a helper function to get the terminal flags.nicm
2020-04-16Add support for the iTerm2 sychronized updates escape sequence whichnicm
2020-04-16Show signal name when process exits rather than number.nicm
2020-04-15Instead of fixing with the cursor position when the copied screen isnicm
2020-04-15Use mode-style for selected items, like choose modes. GitHub issue 2166.nicm
2020-04-15Use grid_empty_line rather than memset when adding new lines on resize.nicm
2020-04-14Provide an accessor for the running queue item and use it to not letnicm
2020-04-13Make client -c and -t handling common in cmd-queue.c and try to benicm
2020-04-13Add helpers for the simple case of parse string and add to command queue.nicm
2020-04-13When parsing strings, put all commands in one group even if there arenicm
2020-04-13When adding a list of commands to the queue, instead of automaticallynicm
2020-04-13Move cmdq_state into cmd-queue.c.nicm
2020-04-13Rename cmdq_shared to cmdq_state which will better reflect what it isnicm
2020-04-13Store a key event not a mouse event in the shared data.nicm
2020-04-13Move the NOHOOKS flag into the shared flags.nicm
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.nicm
2020-04-10Remove unused define, also a man fix from jmc.nicm
2020-04-10Now that copy mode copies the pane content rather than keeping anicm
2020-04-09Some minor style nits.nicm
2020-04-09Wait until the initial command sequence is done before sending a devicenicm
2020-04-08Restore pane_current_path format from portable tmux, it is no longernicm
2020-04-07Do not restore history flag if it was never set.nicm
2020-04-06Change copy mode to make copy of the pane history so it does not need tonicm
2020-04-01Support mouse in popups.nicm
2020-03-31Add a way to mark environment variables as "hidden" so they can be usednicm
2020-03-31Add non-regex search variants to avoid the performance cost for peoplenicm
2020-03-31Add a way to mark environment variables as "hidden" so they can be usednicm
2020-03-31Add non-regex search variants to avoid the performance cost for peoplenicm
2020-03-31Add a "second click" key type which is fired for the second click of anicm
2020-03-31Move alternate screen into the screen rather than the pane.nicm
2020-03-30Tweak key numbers to avoid some special keys crossing over with modifier bits.nicm
2020-03-28Make two -E only close popup automatically if the command exited with 0.nicm
2020-03-28Fix how popup height is calculated to take embedded newlines into account.nicm
2020-03-24Add support for overlay popup boxes to show text or output temporarilynicm
2020-03-21Break code to convert an argument as a percentage into a common function.nicm
2020-03-20Make the mouse_word and mouse_line formats work in copy mode and enablenicm
2020-03-19Change input path so it doesn't require a pane.nicm
2020-03-19Add a flag to run a background process in a pty as well, not used fornicm
2020-03-17Ignore default-shell (and use /bin/sh) if it invalid not just if it isnicm
2020-03-16Send mouse down event immediately rather than waiting for double clicknicm