summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2013-10-04Use ~/.tmate.conf to load tmate specific settingsNicolas Viennot
2013-07-23SSH key passphrase support1.8.6Nicolas Viennot
2013-06-13Synchronize copy-modeNicolas Viennot
2013-06-12Show tmate messages in the status barNicolas Viennot
2013-06-10Client side first shotNicolas Viennot
2013-03-22Add -P and -F to new-session.Nicholas Marriott
2013-03-21Extend jobs to support writing and use that for copy-pipe instead of popen,Nicholas Marriott
2013-03-13Only send end guard if begin was sent, from George Nachman.Nicholas Marriott
2013-03-11Add time and a command count to control mode guards, based on code from GeorgeNicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-03-06Add a wait-for command which blocks a client on a named channel until it isNicholas Marriott
2013-03-04Preserve trailing spaces with capture-pane -J, from George Nachman.Nicholas Marriott
2013-02-24Add -A flag to new-session to make it behave like attach-session if the sessionNicholas Marriott
2013-02-24Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-23Handle focus events from the terminal, from Aaron Jensen.Nicholas Marriott
2013-02-22Fix error reporting for client commands by adding a flag to cmd_find_client toNicholas Marriott
2013-02-22Missing PANE_RESIZE define.Nicholas Marriott
2013-02-22Add support for focus notifications when tmux pane changes, based on work byNicholas Marriott
2013-02-21Add session_set_current helper function, extracted from a diff from AaronNicholas Marriott
2013-02-21Add -C and -J to capture pane to escape control sequences and to join wrappedNicholas Marriott
2013-02-20Need to set clients in context before changing their reference count.Nicholas Marriott
2013-02-19Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott
2013-02-19Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, fromNicholas Marriott
2013-02-18Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott
2013-02-18Fix double space in sessions template.Nicholas Marriott
2013-02-18Add resize-pane -x and -y for absolute pane size.Nicholas Marriott
2013-02-18Support the latest theory for mouse input, this is enabled/disabled with SM/RMNicholas Marriott
2013-02-17Instead of loads of little screen_write_*_on and off functions which justNicholas Marriott
2013-02-16Include the \033 in the key tree and adjust key matching for this change.Nicholas Marriott
2013-02-15Tidy by splitting default key tables into two.Nicholas Marriott
2013-02-13Fix constness of window_choose_add_item and _window.Nicholas Marriott
2013-02-13Fix constness of cmd_template_replace.Nicholas Marriott
2013-02-12Add -v to set and setw to show only option value.Nicholas Marriott
2013-02-10Rework reflow code so it does not do so much allocation which should be fasterNicholas Marriott
2013-02-10Allow choose commands to be used outside tmux, so long as at least one clientNicholas Marriott
2013-02-10Remove free callback for window_choose_data objects.Nicholas Marriott
2013-02-10Miscellaneous tidying of choose API, including:Nicholas Marriott
2013-02-07Merge branch 'obsd-master'Thomas Adam
2013-02-05Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2013-01-17Merge branch 'obsd-master'Thomas Adam
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-31Merge branch 'obsd-master'Thomas Adam
2012-12-24Add missing function prototype.Nicholas Marriott
2012-12-08Merge branch 'obsd-master'Thomas Adam
2012-11-27Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott