summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2020-03-06Update latest client for target session on switch-client.Nicholas Marriott
2020-03-02Use current session for cwd of new sessions, not the new session whichNicholas Marriott
2020-02-24Change mouse selection so that after selecting a word, dragging selectsNicholas Marriott
2020-02-20Add selection_active format for when the selection is present but notNicholas Marriott
2020-02-19A few fixes to make modifier keys and dragging work - need to remove theNicholas Marriott
2020-02-15Add -a to list-keys to also list keys without notes with -N, suggestedNicholas Marriott
2020-02-14Fix top/bottom pane calculation with pane border status enabled,Nicholas Marriott
2020-02-13Do not jump to next word end if already on a word end when selecting aNicholas Marriott
2020-02-11Remove unused variables from Ben Boeckel, and a Pp from jmc.Nicholas Marriott
2020-02-05Make list-keys description clearer in tmux.1 and remove an unused variable.Nicholas Marriott
2020-02-03Instead of passing titles through vis() which doubles backslashes, justNicholas Marriott
2020-01-30Remove bind-key -c which doesn't do anything and is undocumented.Nicholas Marriott
2020-01-29Warn if a message type that is no longer used is received.Nicholas Marriott
2020-01-29Do not send DA and DSR again if already have a response.Nicholas Marriott
2020-01-29Remove extra Pp (from jmc) and add a missing word.Nicholas Marriott
2020-01-28If ALL clients are readonly, allow them to affect the size, suggested by Thom...Nicholas Marriott
2020-01-28Ignore empty commands rather than adding them to the command list ratherNicholas Marriott
2020-01-28If we can identify the terminal as iTerm2 or as tmux, we can be sureNicholas Marriott
2020-01-28-V also needs to go in usage.Nicholas Marriott
2020-01-28Add support for the iTerm2 DSR 1337 sequence to get the terminal version.Nicholas Marriott
2020-01-28Reduce a difference with portable tmux by adding the -V flag andNicholas Marriott
2020-01-28Set up working directory before killing the existing pane on respawn.Nicholas Marriott
2020-01-28Add a define for flags meaning a client is not attached, and fixNicholas Marriott
2020-01-27Expand description of start-server.Nicholas Marriott
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andNicholas Marriott
2020-01-27Change so that assignments may be specified alone - a command isn'tNicholas Marriott
2020-01-25Mention swap-window -d, GitHub issue 2068.Nicholas Marriott
2020-01-13Stop handling DA and DSR after a second (they should be the first thingNicholas Marriott
2020-01-13Be more specific in the DSR we are looking for so it doesn't getNicholas Marriott
2020-01-13Treat plausible but invalid keys (like C-BSpace) as literal like anyNicholas Marriott
2020-01-12Detect iTerm2 and enable DECSLRM.Nicholas Marriott
2020-01-12The terminal type was never as much use as I expected so remove it inNicholas Marriott
2020-01-12Loop over all DA features, don't skip the first.Nicholas Marriott
2020-01-08Do not hang in format_trim_* on invalid UTF-8 characters.Nicholas Marriott
2020-01-08Add -Z to default switch-client command in tree mode, matches previousNicholas Marriott
2020-01-05Common function to free key bindings.Nicholas Marriott
2020-01-05Send errors to stdout in control mode so they don't get reordered withNicholas Marriott
2020-01-04Add ~ to quoted characters for %%%, reported by tb@.Nicholas Marriott
2020-01-02Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, fromNicholas Marriott
2020-01-01Document client exit messages.Nicholas Marriott
2020-01-01Fix format expansion in window names, reported by Suraj N Kurapati.Nicholas Marriott
2019-12-30Do not let readonly clients limit the size, suggested by Max BarracloughNicholas Marriott
2019-12-27Support regex search in copy mode, from Anindya Mukherjee in GitHubNicholas Marriott
2019-12-26Pass correct value into iterator callback for time formats.Nicholas Marriott
2019-12-26Add a number of new formats to inspect what sessions and clients aNicholas Marriott
2019-12-24Fix name of option, GitHub issue 2030.Nicholas Marriott
2019-12-21Restore source-file -q behaviour, broken in r1.42; OK nicm@Tim van der Molen
2019-12-19When adding a list with multiple commands to the queue, the next item toNicholas Marriott
2019-12-18Do not rely on errno after glob(3) fails.Nicholas Marriott
2019-12-17Use the message that has already been built rather than the va_list.Nicholas Marriott