summaryrefslogtreecommitdiffstats
path: root/tmux.c
AgeCommit message (Expand)Author
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
2010-10-24Put setproctitle back under HAVE_SETPROCTITLE.Nicholas Marriott
2010-10-24Sync OpenBSD patchset 777:Tiago Cunha
2010-10-24Sync OpenBSD patchset 776:Tiago Cunha
2010-10-24Sync OpenBSD patchset 775:Tiago Cunha
2010-10-24Sync OpenBSD patchset 773:Tiago Cunha
2010-10-18Merge the before and after attach client code into one in client.cNicholas Marriott
2010-10-16Make stdio blocking again before calling shell command with -c.Nicholas Marriott
2010-10-16Trying to set FD_CLOEXEC on every fd is a lost cause, just useNicholas Marriott
2010-10-14Use an explicit event rather than event_once for the main event so itNicholas Marriott
2010-10-09Sync OpenBSD patchset 766:Tiago Cunha
2010-09-26Two new options:Nicholas Marriott
2010-08-29Sync OpenBSD patchset 751:Tiago Cunha
2010-08-19Do not call event_del() for signals after fork(), just use sigaction()Nicholas Marriott
2010-08-04switch back to kqueue for now, since (a) kqueue has been fixed to dealTheo Deraadt
2010-07-24kqueue(2) is currently broken when used with /dev/null and a few otherNicholas Marriott
2010-07-17Sync OpenBSD patchset 734:Tiago Cunha
2010-07-11Return the command client return code with MSG_EXIT now that MSG_ERROR andNicholas Marriott
2010-07-02Sync OpenBSD patchset 731:Tiago Cunha
2010-07-02Sync OpenBSD patchset 730:Tiago Cunha
2010-07-02Sync OpenBSD patchset 729:Tiago Cunha
2010-07-02Sync OpenBSD patchset 727:Tiago Cunha
2010-06-28Send all three of stdin, stdout, stderr from the client to the server, so thatNicholas Marriott
2010-06-27Store the current working directory in the session, change the default-pathNicholas Marriott
2010-06-27New option, detach-on-destroy, to set what happens to a client when the sessionNicholas Marriott
2010-06-26Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott