summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-03-21Add -v to set and setw to show only option value.Nicholas Marriott
2013-03-21Add a format client_prefix which is 1 if prefix key has beenNicholas Marriott
2013-03-21Show alias in lscm output.Nicholas Marriott
2013-03-21Rework reflow code so it does not do so much allocation which should beNicholas Marriott
2013-03-21Allow choose commands to be used outside tmux, so long as at least oneNicholas Marriott
2013-02-05Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott
2013-02-05Don't set some string formats if the string is NULL.Nicholas Marriott
2013-01-30Unused variable/type nit from Thomas Adam.Nicholas Marriott
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2013-01-18Style nits - return (x) not return x.Nicholas Marriott
2013-01-17Do not allow cursor colours to be set beginning with ? as that willNicholas Marriott
2013-01-17Fix some blank line nits.Nicholas Marriott
2013-01-17Remove the layout undo/redo code which never really worked.Nicholas Marriott
2013-01-15Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott
2013-01-15If timing between keys is less than (by default) 1 millisecond, assumeNicholas Marriott
2012-12-24Add ^ and $ special command targets to select lowest and highestNicholas Marriott
2012-12-24Add -T option to select-window to toggle to last window if alreadyNicholas Marriott
2012-12-24Add missing function prototype.Nicholas Marriott
2012-12-24Add a -u flag to choose-tree to start uncollapsed, from Raghavendra DNicholas Marriott
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so theremillert
2012-12-13Change load_cfg to fix a crash reported by jasper.Nicholas Marriott
2012-12-09Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas Marriott
2012-12-08Handle resetting 256-colours properly when parsing #[default],Nicholas Marriott
2012-12-06Use strlcat not strncat in load_cfg and some other trivial tidying fromNicholas Marriott
2012-12-06Fix argument order in a log statement.Nicholas Marriott
2012-12-06Simplify command string parsing with a helper function from Tiago Cunha.Nicholas Marriott
2012-11-27Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott
2012-11-27Support middle-click paste, based on a diff from Ailin Nemui.Nicholas Marriott
2012-11-27Support the 47 and 1047 SM and RM sequences (alternate screen withoutNicholas Marriott
2012-11-27Correctly aggregate together errors from nested config files (withNicholas Marriott
2012-11-27Allow cmd-run-shell to accept -t to specify the pane to display theNicholas Marriott
2012-11-27When scrolling in copy mode with the mouse, scroll screen rather thanNicholas Marriott
2012-11-27Revert last, after discussion it isn't necessary.Nicholas Marriott
2012-11-27Add window-status-last-* options, from Boris Faure.Nicholas Marriott
2012-11-27Fix session choice so that preferring unattached sessions actuallyNicholas Marriott
2012-11-26Call realpath earlier on the socket directory path rather than on theNicholas Marriott
2012-11-22Put helper function back, will be needed in a bit.Nicholas Marriott
2012-11-19Add halfpage commands to mode command string table (missed by accident),Nicholas Marriott
2012-11-19Clarify some points about config files, notably that they are only readNicholas Marriott
2012-11-19Use a utility function for common code to show errors in config file,Nicholas Marriott
2012-11-05Show last client activity time in default choose-client list.Nicholas Marriott
2012-10-31fix an off-by-oneokan
2012-10-26Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott
2012-10-25Add ability to active pane in list-windows and find-window formats, fromNicholas Marriott
2012-10-25Fix BELL_NONE which had been broken in some code reorganisation or otherNicholas Marriott
2012-10-25Fix bad size in memcpy from Romain Francoise.Nicholas Marriott
2012-10-25Fix typo bell->bells from Thomas Adam.Nicholas Marriott
2012-10-15Fix some function prototypes from Helmut Tessarek.Nicholas Marriott
2012-10-11Fix a use-after-free when collapsing the tree in choose mode, fromNicholas Marriott
2012-10-09Add tree keys to vi mode too, missed by accident.Nicholas Marriott