summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2011-11-15Add word movement and editing command for command prompt editing, fromNicholas Marriott
2011-11-15Move word-separators to be a session rather than window option, from BenNicholas Marriott
2011-11-15Add a pane_index format string and use it, from Ben Boeckel.Nicholas Marriott
2011-11-15Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott
2011-11-09Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen.Nicholas Marriott
2011-11-05Missing bits for new keys and buffer indexes, from Tiago CunhaNicholas Marriott
2011-11-05Option to change status line (message) background when using vi keys andNicholas Marriott
2011-10-27minor formatting fix;Jason McIntyre
2011-10-27Add screen*:XT to terminal-overrides for tmux-in-tmux, from RomainNicholas Marriott
2011-10-27Missing -o on usage for pipe-pane, from Tiago Cunha.Nicholas Marriott
2011-10-27Didn't really think the else behaviour through - requiring argv toNicholas Marriott
2011-10-23When copying, make repeat count indicate buffer to replace if used.Nicholas Marriott
2011-10-23Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasionalNicholas Marriott
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott
2011-10-23Try to resolve relative paths for loadb and saveb (first using clientNicholas Marriott
2011-10-23For initial session, use size of command client even if detached.Nicholas Marriott
2011-10-23Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.Nicholas Marriott
2011-10-23Add client formats, from Ben Boeckel.Nicholas Marriott
2011-10-23Plug a memory leak and update some comments, from Tiago Cunha.Nicholas Marriott
2011-10-18Add an else clause for if-shell, from "arno-" on SourceForge.Nicholas Marriott
2011-10-02Add a few more formats for panes (tty, pid, start cmd/cwd).Nicholas Marriott
2011-09-28Add -S option to refresh-client to redraw status line, from Marco Beck.Nicholas Marriott
2011-09-25Reject $SHELL if it is not a full path.Nicholas Marriott
2011-09-23Tweaks to the format parts, from Tiago Cunha.Nicholas Marriott
2011-09-23Fix typo: ) -> }.Nicholas Marriott
2011-09-05Mark dead panes with some text saying they are dead, suggested by andNicholas Marriott
2011-08-30Another memory leak from Tiago Cunha.Nicholas Marriott
2011-08-30Plug memory leak, from Tiago Cunha.Nicholas Marriott
2011-08-26tweak previous;Jason McIntyre
2011-08-26Add initial framework for more powerful formatting of command output andNicholas Marriott
2011-08-25-lm is no longer needed, from Tiago Cunha.Nicholas Marriott
2011-08-24Support \ for line continuation in the configuration file, from JuliusNicholas Marriott
2011-08-24Add pane-base-index option, from Ben Barbour.Nicholas Marriott
2011-08-24Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott
2011-08-22There is no need to use sqrt()/INFINITY here which simplifies the codeNicholas Marriott
2011-08-20Fix a couple of memory leaks, from marcel partap.Nicholas Marriott
2011-08-16Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott
2011-08-16Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugNicholas Marriott
2011-08-16Use key_bindings_remove for unbind-key -a to allow it to work from keyNicholas Marriott
2011-08-16Correctly skip existing numbers when generating the name for a newNicholas Marriott
2011-07-30fix error in previous;Jason McIntyre
2011-07-30Extend the mode-mouse option to add a third choice which means the mouseNicholas Marriott
2011-07-30Do not require a client here, or pipe-pane will not work from theNicholas Marriott
2011-07-25Sort options alphabetically, from Tiago Cunha.Nicholas Marriott
2011-07-09Unused variable.Nicholas Marriott
2011-07-09Pass the right size to calloc (* not **).Nicholas Marriott
2011-07-08Do not continue to send data to suspended/locked clients or there willNicholas Marriott
2011-07-08flags[] should be initialized. From Thomas Adam.Nicholas Marriott
2011-07-08Make confirm-before prompt customizable with -p option likeNicholas Marriott
2011-07-08Fix a couple of comments.Nicholas Marriott