summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2017-01-15Append needs to go old,new not new,old...Nicholas Marriott
2017-01-14killp -a should not kill the window if only one pane.Nicholas Marriott
2017-01-13options_get_style return const too.Nicholas Marriott
2017-01-13Make options_get_string return const string.Nicholas Marriott
2017-01-13Add -E to detach-client to exec a command to replace the client insteadNicholas Marriott
2017-01-12Simplify appending to string options.Nicholas Marriott
2017-01-12Put all palette functions together in the file.Nicholas Marriott
2017-01-12aixterm colours can be used if -2 is given, as well as if TERM tells usNicholas Marriott
2017-01-12Erm the aixterm colours should start at 8, not 7.Nicholas Marriott
2017-01-12Fix setting the palette of aixterm colours (90-97).Nicholas Marriott
2017-01-11Be less aggressive about turning margins off.Nicholas Marriott
2017-01-11Add some missing special keys to key_string_lookup_key, fix a mouseNicholas Marriott
2017-01-11Add a format for terminal type.Nicholas Marriott
2017-01-11Use a macro for looking up tty types.Nicholas Marriott
2017-01-11Some tidying and tweaks to options code.Nicholas Marriott
2017-01-10Minor tidying in a couple of commands.Nicholas Marriott
2017-01-10Need to escape ; twice because the command list parser will eat one,Nicholas Marriott
2017-01-10Quote backslash as well for %%%.Nicholas Marriott
2017-01-10Some manpage fixes: rephrase a convoluted sentence, make the names ofNicholas Marriott
2017-01-10avoid unneccessary markup; tweaked and ok nicmJason McIntyre
2017-01-09Add %if/%endif for conditionals when parsing configuration files, theNicholas Marriott
2017-01-09Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"Nicholas Marriott
2017-01-09source-file -q needs to apply to glob(3) too.Nicholas Marriott
2017-01-09Run the source-file pattern through glob(3).Nicholas Marriott
2017-01-07Add note about ccc and initc so people who want it can see it isNicholas Marriott
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,Nicholas Marriott
2017-01-06Nits found with clang.Nicholas Marriott
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchNicholas Marriott
2017-01-05Highlight all occurrences of search string after searching in copy mode.Nicholas Marriott
2017-01-02Escape backspace for capture-pane -P, from George Nachman.Nicholas Marriott
2016-12-30Change the xterm-keys option to default to on, so that tmux willNicholas Marriott
2016-12-28Fix the prefer unattached session behaviour ofNicholas Marriott
2016-12-14Fix up winlink lists after swap-window.Nicholas Marriott
2016-12-11-N without arguments needs to set prefix count for the mode command, soNicholas Marriott
2016-12-09Spacing nits.Nicholas Marriott
2016-12-08Fix send-keys with UTF-8.Nicholas Marriott
2016-12-07Do not clear the prompt when a message is shown, just leave it around andNicholas Marriott
2016-12-07Only skip moving the cursor if it is already in the last position _onNicholas Marriott
2016-12-07Make prefix work in all tables (except the prefix table). Users who wantNicholas Marriott
2016-11-30Fix check for cursor at end of line.Nicholas Marriott
2016-11-29Make send -N work for all keys, not just in copy mode. From Artem Fokin.Nicholas Marriott
2016-11-28When comparing ocy to orlower in tty_cmd_cell, there is no need to addNicholas Marriott
2016-11-24The mouse valid flag needs to be correct before we fire the draggingNicholas Marriott
2016-11-24If in the middle of a drag, don't use an invalid key, just useNicholas Marriott
2016-11-24Fix so that we work out the right pane from mouse events - we were doingNicholas Marriott
2016-11-24Make the selection able to exist independent of the cursor position, soNicholas Marriott
2016-11-23For mouse keys, use the mouse pane as the default current pane.Nicholas Marriott
2016-11-23Error on invalid modifier keys.Nicholas Marriott
2016-11-17Key running commands for #() by the unexpanded command, and run themNicholas Marriott
2016-11-16Fix calculation of whether we need a region for drawing a cell (only ifNicholas Marriott