summaryrefslogtreecommitdiffstats
path: root/tmux.c
AgeCommit message (Expand)Author
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Correctly aggregate together errors from nested config files (withNicholas Marriott
2012-11-26Call realpath earlier on the socket directory path rather than on theNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-06-18Sync OpenBSD patchset 1138:Tiago Cunha
2012-06-18Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott
2012-05-30Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott
2012-05-30Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott
2012-05-30Sync OpenBSD patchset 1123:Tiago Cunha
2012-05-25Simplify logging and just fprintf(stderr, ...) for early errors.Nicholas Marriott
2012-01-21Sync OpenBSD patchset 1007:Tiago Cunha
2012-01-21Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott
2011-10-23Sync OpenBSD patchset 968:Tiago Cunha
2011-10-23Sync OpenBSD patchset 966:Tiago Cunha
2011-10-23Try to resolve relative paths for loadb and saveb (first using clientNicholas Marriott
2011-10-23Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.Nicholas Marriott
2011-10-02Sync OpenBSD patchset 960:Tiago Cunha
2011-09-25Reject $SHELL if it is not a full path.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-03-04Two fixes by Micah Cowan: make mouse work properly beyond >127 on signedNicholas Marriott
2011-03-04Fix sscanf that was guaranteed to always fail.Micah Cowan
2011-02-14Sync OpenBSD patchset 848:Tiago Cunha
2011-01-23Set $TMUX without the session when background jobs are run.Nicholas Marriott
2011-01-21Sync OpenBSD patchset 838:Tiago Cunha
2011-01-21Sync OpenBSD patchset 834:Tiago Cunha
2011-01-12Use TMPDIR if set, from Han Boetes.Nicholas Marriott
2011-01-08Move all calls to fcntl(...O_NONBLOCK) into a function and clear theNicholas Marriott
2011-01-07Sync OpenBSD patchset 828:Tiago Cunha
2011-01-03Sync OpenBSD patchset 826:Tiago Cunha
2011-01-03Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott
2011-01-01Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott
2010-12-31Switch tmux to use autoconf and automake.Nicholas Marriott
2010-12-30Change from a per-session stack of buffers to one global stack which isNicholas Marriott
2010-12-30Global paste buffers instead of per-session which renders copy-buffer useless.Tiago Cunha
2010-12-30epoll on Linux is broken with /dev/null so it needs to be disabled.Nicholas Marriott
2010-12-27usage output should fit on a 80 column display.Tiago Cunha
2010-12-22Sync OpenBSD patchset 799:Tiago Cunha
2010-12-19Add other-pane-height and other-pane-width options, allowing the widthNicholas Marriott
2010-12-10-V to report version, SF issue 3038862.Nicholas Marriott
2010-12-08In the built-in layouts, distribute the panes more evenly. Set theNicholas Marriott
2010-12-07In the built-in layouts, distribute the panes more evenly.Micah Cowan
2010-12-06Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott
2010-12-06Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott
2010-12-06PatchSet 790Nicholas Marriott
2010-12-06Add XAUTHORITY to update-environment, requested by Andreas Kloeckner.Nicholas Marriott
2010-11-29If VISUAL or EDITOR contains "vi", configure mode-keys and status-keysNicholas Marriott
2010-11-11Add XAUTHORITY to update-environment, requested by Andreas Kloeckner.Nicholas Marriott