summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2011-12-31Add a man page section on window names and pane titles, from FelixNicholas Marriott
2011-12-30Show how to set default-path to revert to tmux's old behaviour of openingStuart Henderson
2011-12-29Add CNL and CPL escape sequences.Nicholas Marriott
2011-12-27Allow $HOME as default-path in tmux.conf so the same config file can be usedStefan Sperling
2011-12-27Add \033[s and \033[u to save and restore cursor position.Nicholas Marriott
2011-12-27Extend history that can be captured to INT_MIN rather thanNicholas Marriott
2011-12-27Reset flags on every loop or it is displayed too often, from ChrisNicholas Marriott
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-12-24Fix so that when mouse-select-pane and mouse-select-window are bothNicholas Marriott
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
2011-12-04Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott
2011-12-01Log terminal overrides.Nicholas Marriott
2011-12-01Add home and end keys for command prompt, from Matthias Lederhofer.Nicholas Marriott
2011-12-01Make M-f and M-b work the same at the command prompt as in copy mode,Nicholas Marriott
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