summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-03-22Use tty_raw on stop, not tty_puts.Nicholas Marriott
2013-03-22Don't hang when clearing line in choose mode now that the cursor staysNicholas Marriott
2013-03-22Fix double space in sessions template.Nicholas Marriott
2013-03-22Add resize-pane -x and -y for absolute pane size (much requested).Nicholas Marriott
2013-03-22Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag.Nicholas Marriott
2013-03-22Correctly handle UTF8 mouse option being toggled, from Egmont Koblinger.Nicholas Marriott
2013-03-22Support the latest theory for mouse input, this is enabled/disabled withNicholas Marriott
2013-03-22Add client_session and client_last_session formats.Nicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-22In terminals with XT, turn on modifyOtherKeys=1 with the escape sequenceNicholas Marriott
2013-03-21Instead of loads of little screen_write_*_on and off functions whichNicholas Marriott
2013-03-21Add various checks to turn off bits that can't work in control modeNicholas Marriott
2013-03-21Do not include status line in size calculations in control mode.Nicholas Marriott
2013-03-21Don't set key KEYC_NONE on xterm_keys_find match()Nicholas Marriott
2013-03-21Include the \033 in the key tree and adjust key matching for this change.Nicholas Marriott
2013-03-21Support capture-pane -p to send to stdout.Nicholas Marriott
2013-03-21tweak previous; ok nicmJason McIntyre
2013-03-21Fix a couple of memory leaks, from Romain Francoise.Nicholas Marriott
2013-03-21Make choose-tree actually work again.Nicholas Marriott
2013-03-21Fix a comment for new key table names.Nicholas Marriott
2013-03-21Tidy by splitting default key tables into two.Nicholas Marriott
2013-03-21Add -c to refresh-client to set client size in control mode, based onNicholas Marriott
2013-03-21Aargh. Spaces -> tabs.Nicholas Marriott
2013-03-21Clarify choose-tree entry in man page.Nicholas Marriott
2013-03-21Run session command before window in choose-tree.Nicholas Marriott
2013-03-21Do not crash when calling choose-tree with a command that changes the mode.Nicholas Marriott
2013-03-21Fix constness of cmd_template_replace, window_choose_add_item andNicholas Marriott
2013-03-21Add user options, prefixed with @. May be set to any arbitrary string.Nicholas Marriott
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