Age | Commit message (Expand) | Author |
2021-08-13 | Add menu options to convert a popup into a pane. | Nicholas Marriott |
2021-08-13 | Add a menu when a popup is present (mouse only for now). | Nicholas Marriott |
2021-08-13 | Add -B flag to remove border from popup. | Nicholas Marriott |
2021-08-13 | Break message type stuff out into its own header. | Nicholas Marriott |
2021-08-13 | Change focus to be driven by events rather than walking all panes at end | Nicholas Marriott |
2021-08-12 | Move hook format setup earlier and add a hook_client, GitHub issue 2809. | Nicholas Marriott |
2021-08-11 | Break the colour palette into a struct rather than just a single array | Nicholas Marriott |
2021-08-11 | Return to applying pane-border-style to the area outside panes, GitHub | Nicholas Marriott |
2021-08-06 | Add basic support for zero width joiners, GitHub issues 1605 and 2784. | Nicholas Marriott |
2021-07-21 | Do not close popups on resize, instead adjust them to fit, from Anindya | Nicholas Marriott |
2021-07-14 | Move default value for TERM into tmux.h. | Nicholas Marriott |
2021-06-10 | More accurate vi(1) word navigation in copy mode and on the status line. | Nicholas Marriott |
2021-06-10 | Add different command historys for different types of prompts | Nicholas Marriott |
2021-06-10 | Improve logging of screen mode changes. | Nicholas Marriott |
2021-06-10 | Move "special" keys into the Unicode PUA rather than making them top bit | Nicholas Marriott |
2021-06-10 | Change cursor style handling so tmux understands which sequences contain | Nicholas Marriott |
2021-06-10 | Change resize timers and flags into one timer and a queue which is | Nicholas Marriott |
2021-06-10 | Three changes to fix problems with xterm in VT340 mode, reported by | Nicholas Marriott |
2021-04-12 | Add a flag to disable keys to close a message, GitHub issue 2625. | Nicholas Marriott |
2021-04-12 | Permit shortcut keys in buffer, client, tree modes to be configured with | Nicholas Marriott |
2021-04-05 | Fix a couple of edge cases with the jump-back-xxx commands, and also | Nicholas Marriott |
2021-03-16 | Add client-detached notification in control mode, from Mohsin Kaleem. | Nicholas Marriott |
2021-03-11 | Tidy old jobs every hour instead of every 30 seconds. | Nicholas Marriott |
2021-03-11 | Add an "absolute-centre" alignment to use the centre of the total space | Nicholas Marriott |
2021-03-11 | Add split-window -Z to start the pane zoomed, GitHub issue 2591. | Nicholas Marriott |
2021-03-02 | Drop support for popups where the content is provided directly to tmux | Nicholas Marriott |
2021-02-22 | Move config file path expansion much earlier, keep the list of paths | Nicholas Marriott |
2021-02-22 | There are many format variables now so allocating all the default ones | Nicholas Marriott |
2021-02-22 | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, | Nicholas Marriott |
2021-02-17 | Move the call to setupterm() into the client and have it pass the | Nicholas Marriott |
2021-02-15 | Support X11 colour names and some other variations for OSC 10/11, also | Nicholas Marriott |
2021-02-11 | Add a couple of helper functions, and flush imsgs on exit. | Nicholas Marriott |
2021-02-11 | Move file handling protocol stuff all into file.c so it can be reused | Nicholas Marriott |
2021-02-05 | Send Unicode directional isolate characters around horizontal pane | Nicholas Marriott |
2021-01-29 | Trim output overwritten by later text or clears completely rather than | Nicholas Marriott |
2021-01-20 | Change so that window_flags escapes # automatically which means configs | Nicholas Marriott |
2021-01-18 | There is no need to clear every line entirely before drawing to it, this | Nicholas Marriott |
2021-01-17 | Add -N flag to never start server even if command would normally do so, | Nicholas Marriott |
2021-01-08 | Missed from last commit. | Nicholas Marriott |
2020-12-22 | Break cursor movement in grid into a common set of functions that can | Nicholas Marriott |
2020-12-03 | Redraw any visible modes when status line changes so that formats like | Nicholas Marriott |
2020-10-30 | Add a -O flag to display-menu to change the mouse behaviour and not | Nicholas Marriott |
2020-10-05 | Use the setal capability as well as (tmux's) Setulc. | Nicholas Marriott |
2020-09-22 | Fix warnings on some platforms with %llx and add a new message to handle | Nicholas Marriott |
2020-09-02 | Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. | Nicholas Marriott |
2020-08-25 | Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue | Nicholas Marriott |
2020-07-27 | Add a -d option to display-message to set delay, from theonekeyg at | Nicholas Marriott |
2020-07-21 | Fix show-buffer when run from inside tmux, GitHub issue 2314. | Nicholas Marriott |
2020-07-06 | Add a way for control mode clients to subscribe to a format and be | Nicholas Marriott |
2020-07-04 | kill-window -a cannot just walk the list of windows because if | Nicholas Marriott |