summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2021-04-15%begin now has three arguments, not two. GitHubs issue 2646.Nicholas Marriott
2021-04-13Include modifiers when looking up an individual key.Nicholas Marriott
2021-04-13Change how extended ctrl keys are processed to fix C-S-Tab and C-;.Nicholas Marriott
2021-04-13Move mode set/reset after sync so cursor doesn't flicker, from AviNicholas Marriott
2021-04-13Handle C-Tab correctly with extended keys, GitHub issue 2642.Nicholas Marriott
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.Nicholas Marriott
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withNicholas Marriott
2021-04-09Change a type to fix a warning with some compilers.Nicholas Marriott
2021-04-08Log the key written to the terminal as well as tmux's idea of what itNicholas Marriott
2021-04-07Restore previous behaviour so that C-X remains the same as C-x. Instead,Nicholas Marriott
2021-04-07Add a current_file format for the config file being parsed. OriginallyNicholas Marriott
2021-04-07When display-message used in config file, show the message after theNicholas Marriott
2021-04-07Fixes for extended keys: 1) allow C-x and C-X to be bound separatelyNicholas Marriott
2021-04-05Move client-detached into server_client_lost so it is fired even if aNicholas Marriott
2021-04-05Fix a couple of edge cases with the jump-back-xxx commands, and alsoNicholas Marriott
2021-04-01Change search-again with vi keys to work like actual vi(1), also someNicholas Marriott
2021-04-01Missing commas, from Vipul Kumar.Nicholas Marriott
2021-03-31Do not exit if cannot write to normal log file, GitHub issue 2630.Nicholas Marriott
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.Nicholas Marriott
2021-03-15Do not crash if there is no item to show command error, from AnindyaNicholas Marriott
2021-03-12Fix so tmux correctly sends the cvvis (cursor very visible) capabilityNicholas Marriott
2021-03-11Tidy old jobs every hour instead of every 30 seconds.Nicholas Marriott
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spaceNicholas Marriott
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.Nicholas Marriott
2021-03-09Allow cursor to be just after match if copying, GitHub issue 2602.Nicholas Marriott
2021-03-09Copy mode improvements from Anindya Mukherjee:Nicholas Marriott
2021-03-02Do not use NULL active window; also do not leak window name. GitHubNicholas Marriott
2021-03-02Drop support for popups where the content is provided directly to tmuxNicholas Marriott
2021-03-01escape quotes and remove some unneccessary Pp; ok nicmJason McIntyre
2021-03-01There is no need to call del_curterm in the server anymore.Nicholas Marriott
2021-03-01Add some text with examples of ; as a separator, GitHub issues 2522 andNicholas Marriott
2021-02-27Handle NULL term_type.Nicholas Marriott
2021-02-26Check session, window, pane in the right order when working out format type.Nicholas Marriott
2021-02-26Add a couple of format variables for active and last window index.Nicholas Marriott
2021-02-24Correct client_prefix so it returns 1 if in prefix, not 0.Nicholas Marriott
2021-02-22expand_paths needs the global environment to be set up, do that first.Nicholas Marriott
2021-02-22Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHubNicholas Marriott
2021-02-22Move config file path expansion much earlier, keep the list of pathsNicholas Marriott
2021-02-22There are many format variables now so allocating all the default onesNicholas Marriott
2021-02-22Move jump commands to grid reader, make them UTF-8 aware, and tidy up,Nicholas Marriott
2021-02-19Check return value of chdir() to stop a silly warning with someNicholas Marriott
2021-02-18Reduce len when moving past spaces in OSC 11 parameter.Nicholas Marriott
2021-02-17Move the call to setupterm() into the client and have it pass theNicholas Marriott
2021-02-15Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 toNicholas Marriott
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsoNicholas Marriott
2021-02-12Do not care about the server socket closing if exiting anyway.Nicholas Marriott
2021-02-11Add a couple of helper functions, and flush imsgs on exit.Nicholas Marriott
2021-02-11O_TRUNC is needed in case file exists.Nicholas Marriott
2021-02-11Move file handling protocol stuff all into file.c so it can be reusedNicholas Marriott
2021-02-10Use ~/.tmux.conf as an example rather than /etc/passwd, suggested byNicholas Marriott