summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2014-01-31Merge branch 'obsd-master'Thomas Adam
2014-01-31Break up and simplify screen_redraw_screen.nicm
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2014-01-28Remember the last active pane in the top-bottom or left-right cell sonicm
2014-01-09Allow attach-session -t to accept a window and pane to select them onnicm
2013-11-14Merge branch 'obsd-master'Thomas Adam
2013-10-23Key to swap to other end of selection (bound to o with vi keys), from Jnicm
2013-10-20Do not run any command line command from the client which starts thenicm
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlynicm
2013-10-10We accidentally haven't been using $TMUX to work out the session for anicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.nicm
2013-10-10Remove CMD_SENDENVIRON.nicm
2013-10-10Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd cannicm
2013-10-06We accidentally haven't been using $TMUX to work out the session for a whileNicholas Marriott
2013-10-06Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott
2013-10-06Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.Nicholas Marriott
2013-10-06Instead of fixed size buffers for some messages, send only the string length.Nicholas Marriott
2013-10-06retcode -> retval for exit message.Nicholas Marriott
2013-10-06Merge IDENTIFY_* flags with CLIENT_* flags.Nicholas Marriott
2013-10-06Bump protocol version and add new message types.Nicholas Marriott
2013-10-06Remove CMD_SENDENVIRON.Nicholas Marriott
2013-10-01Support -c for new-session, based on code from J Raynor.Nicholas Marriott
2013-08-28No space in lsw -a targets.Nicholas Marriott
2013-08-21Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-08-21Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-08-20Clear window->flags when clearing winlinksThomas
2013-08-19Add automatic-rename-format option allowing automatic rename to use somethingNicholas Marriott
2013-08-01Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can beNicholas Marriott
2013-07-12Add support for Cgywin, apparently it is enough just to open the tty again inNicholas Marriott
2013-07-06Merge branch 'obsd-master'Thomas Adam
2013-07-05Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel.Nicholas Marriott
2013-06-28Focus events can cause trouble if left on and they can't be turned offNicholas Marriott
2013-06-25Don't set TMUX_CONF in tmux.h.Nicholas Marriott
2013-06-23Focus events can cause trouble if left on and they can't be turned offNicholas Marriott
2013-06-13Merge branch 'obsd-master'Thomas Adam
2013-06-02The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott
2013-05-31Merge branch 'obsd-master'Thomas Adam
2013-05-31Instead of eating 1024 bytes or so for the arguments of each command,Nicholas Marriott
2013-05-25Merge branch 'obsd-master'Thomas Adam
2013-04-24Rename global configuration define.Nicholas Marriott
2013-04-24Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-04-24Use sysconfdir for the location of global tmux.conf (but default it to /etc),Nicholas Marriott
2013-04-23Merge branch 'obsd-master'Thomas Adam
2013-04-22When using choose-tree -u, start with the current windowNicholas Marriott
2013-04-13Merge branch 'obsd-master'Thomas Adam
2013-03-27Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott
2013-03-25Add -P and -F to new-session.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-25Add a wait-for command which blocks a client on a named channel until itNicholas Marriott