Age | Commit message (Expand) | Author |
2020-12-03 | Redraw any visible modes when status line changes so that formats like | Nicholas Marriott |
2020-10-30 | With csh, a tmux client gets SIGTERM before SIGCONT when killed with | Nicholas Marriott |
2020-10-30 | There is no reason not to fire focus events when a pane is in a mode, | Nicholas Marriott |
2020-10-30 | Add a -O flag to display-menu to change the mouse behaviour and not | Nicholas Marriott |
2020-10-28 | Do not require that there be no other clients before loading the config, | Nicholas Marriott |
2020-09-22 | Fix warnings on some platforms with %llx and add a new message to handle | Nicholas Marriott |
2020-08-05 | Change searching to behave more like emacs and so that regex searching | Nicholas Marriott |
2020-07-06 | Add a way for control mode clients to subscribe to a format and be | Nicholas Marriott |
2020-06-18 | Add a flag to make a client wait for an empty line before exiting in | Nicholas Marriott |
2020-06-10 | Instead of a buffer size limit on each pane, set a limit of 300 seconds | Nicholas Marriott |
2020-06-05 | Change how panes are resized so that the code is clearer and if the pane | Nicholas Marriott |
2020-06-05 | Add support for pausing a pane when the output buffered for a control | Nicholas Marriott |
2020-06-02 | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control | Nicholas Marriott |
2020-06-01 | Check the right thing for maximum client buffer size. | Nicholas Marriott |
2020-06-01 | Instead of sending all data to control mode clients as fast as possible, | Nicholas Marriott |
2020-05-26 | Pass the stdout file descriptor from the client as well as stdin and use | Nicholas Marriott |
2020-05-24 | Remove leftover call to control_free_offsets and do not use for | Nicholas Marriott |
2020-05-24 | Give control code its own state struct. | Nicholas Marriott |
2020-05-24 | Now the tty has a pointer back to the client there is no point (and a | Nicholas Marriott |
2020-05-22 | FocusIn keys can also update the latest client, like normal keys. | Nicholas Marriott |
2020-05-22 | Move client offset stuff into control.c since only control clients will | Nicholas Marriott |
2020-05-21 | Support code for control mode flow control: allow clients to have | Nicholas Marriott |
2020-05-16 | Move lazy resize from the pane to the window, there is no point in | Nicholas Marriott |
2020-05-16 | Separate key flags and modifiers, log key flags, make the "xterm" flag | Nicholas Marriott |
2020-05-16 | Rename KEYC_ESCAPE to KEYC_META. | Nicholas Marriott |
2020-05-16 | Add a client flag 'active-pane' which stores the active pane in the | Nicholas Marriott |
2020-05-16 | Expand target from client and use it to expand the prompt. | Nicholas Marriott |
2020-05-16 | Add a -D flag to ask tmux not to daemonize, useful both for running a | Nicholas Marriott |
2020-05-16 | Change message log to be per server rather than per client and include | Nicholas Marriott |
2020-05-16 | Change the existing client flags for control mode to apply for any | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-05-16 | Improve command prompt completion: | Nicholas Marriott |
2020-05-16 | Do not redraw or update mode if nothing has changed. | Nicholas Marriott |
2020-05-16 | Move terminal features into a single file. | Nicholas Marriott |
2020-04-21 | Turn off the block flag to reset the state or the cursor will not be | Nicholas Marriott |
2020-04-21 | Do not clear client pane redraw flags until the redraw actually happens. | Nicholas Marriott |
2020-04-20 | Change how sync works to always send the end sequence after all output | Nicholas Marriott |
2020-04-20 | Tidy up the terminal detection and feature code and add named sets of | Nicholas Marriott |
2020-04-20 | Also redraw panes which aren't pane 0. Problem reported by tb@. | Nicholas Marriott |
2020-04-20 | Need to check for pane redrawing even if just the window flag is set | Nicholas Marriott |
2020-04-18 | The PANE_REDRAW flag bit might be needed by other panes so we can't | Nicholas Marriott |
2020-04-18 | Bring back previons fix to only redraw panes that need it after a redraw | Nicholas Marriott |
2020-04-18 | Only update mode when actually going to redraw something. | Nicholas Marriott |
2020-04-18 | Add a flag to protect against nested syncs and add some extra logging to | Nicholas Marriott |
2020-04-18 | Revert previous, there is still a problem. | Nicholas Marriott |
2020-04-18 | When a redraw is deferred because the terminal hasn't finished reading | Nicholas Marriott |
2020-04-17 | Set mode properly before and after redrawing, and don't bother | Nicholas Marriott |
2020-04-16 | Move the UTF-8 flag to terminal flags. | Nicholas Marriott |
2020-04-13 | When adding a list of commands to the queue, instead of automatically | Nicholas Marriott |
2020-04-13 | Move cmdq_state into cmd-queue.c. | Nicholas Marriott |