Age | Commit message (Expand) | Author |
2021-04-15 | %begin now has three arguments, not two. GitHubs issue 2646. | Nicholas Marriott |
2021-04-13 | Include modifiers when looking up an individual key. | Nicholas Marriott |
2021-04-13 | Change how extended ctrl keys are processed to fix C-S-Tab and C-;. | Nicholas Marriott |
2021-04-13 | Move mode set/reset after sync so cursor doesn't flicker, from Avi | Nicholas Marriott |
2021-04-13 | Handle C-Tab correctly with extended keys, GitHub issue 2642. | 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-09 | Change a type to fix a warning with some compilers. | Nicholas Marriott |
2021-04-08 | Log the key written to the terminal as well as tmux's idea of what it | Nicholas Marriott |
2021-04-07 | Restore previous behaviour so that C-X remains the same as C-x. Instead, | Nicholas Marriott |
2021-04-07 | Add a current_file format for the config file being parsed. Originally | Nicholas Marriott |
2021-04-07 | When display-message used in config file, show the message after the | Nicholas Marriott |
2021-04-07 | Fixes for extended keys: 1) allow C-x and C-X to be bound separately | Nicholas Marriott |
2021-04-05 | Move client-detached into server_client_lost so it is fired even if a | Nicholas Marriott |
2021-04-05 | Fix a couple of edge cases with the jump-back-xxx commands, and also | Nicholas Marriott |
2021-04-01 | Change search-again with vi keys to work like actual vi(1), also some | Nicholas Marriott |
2021-04-01 | Missing commas, from Vipul Kumar. | Nicholas Marriott |
2021-03-31 | Do not exit if cannot write to normal log file, GitHub issue 2630. | Nicholas Marriott |
2021-03-16 | Add client-detached notification in control mode, from Mohsin Kaleem. | Nicholas Marriott |
2021-03-15 | Do not crash if there is no item to show command error, from Anindya | Nicholas Marriott |
2021-03-12 | Fix so tmux correctly sends the cvvis (cursor very visible) capability | 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-09 | Allow cursor to be just after match if copying, GitHub issue 2602. | Nicholas Marriott |
2021-03-09 | Copy mode improvements from Anindya Mukherjee: | Nicholas Marriott |
2021-03-02 | Do not use NULL active window; also do not leak window name. GitHub | Nicholas Marriott |
2021-03-02 | Drop support for popups where the content is provided directly to tmux | Nicholas Marriott |
2021-03-01 | escape quotes and remove some unneccessary Pp; ok nicm | Jason McIntyre |
2021-03-01 | There is no need to call del_curterm in the server anymore. | Nicholas Marriott |
2021-03-01 | Add some text with examples of ; as a separator, GitHub issues 2522 and | Nicholas Marriott |
2021-02-27 | Handle NULL term_type. | Nicholas Marriott |
2021-02-26 | Check session, window, pane in the right order when working out format type. | Nicholas Marriott |
2021-02-26 | Add a couple of format variables for active and last window index. | Nicholas Marriott |
2021-02-24 | Correct client_prefix so it returns 1 if in prefix, not 0. | Nicholas Marriott |
2021-02-22 | expand_paths needs the global environment to be set up, do that first. | Nicholas Marriott |
2021-02-22 | Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub | 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-19 | Check return value of chdir() to stop a silly warning with some | Nicholas Marriott |
2021-02-18 | Reduce len when moving past spaces in OSC 11 parameter. | Nicholas Marriott |
2021-02-17 | Move the call to setupterm() into the client and have it pass the | Nicholas Marriott |
2021-02-15 | Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 to | Nicholas Marriott |
2021-02-15 | Support X11 colour names and some other variations for OSC 10/11, also | Nicholas Marriott |
2021-02-12 | Do not care about the server socket closing if exiting anyway. | Nicholas Marriott |
2021-02-11 | Add a couple of helper functions, and flush imsgs on exit. | Nicholas Marriott |
2021-02-11 | O_TRUNC is needed in case file exists. | Nicholas Marriott |
2021-02-11 | Move file handling protocol stuff all into file.c so it can be reused | Nicholas Marriott |
2021-02-10 | Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by | Nicholas Marriott |