aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Bring back fuzz.c.Nicholas Marriott2010-11-02
|
* >4 now.Nicholas Marriott2010-11-01
|
* I am almost certain we don't need crypt or rt now, and it builds fine onNicholas Marriott2010-10-27
| | | | | Linux without.
* And more.Nicholas Marriott2010-10-27
|
* Style tweaks.Nicholas Marriott2010-10-27
|
* Compat for closefrom().Nicholas Marriott2010-10-27
|
* Put setproctitle back under HAVE_SETPROCTITLE.Nicholas Marriott2010-10-24
|
* Remove redundant preprocessor check (it's already taken care of by tmux.h).Tiago Cunha2010-10-24
|
* Ugh. Don't know how this happened, but make it compile by removing duplicateTiago Cunha2010-10-24
| | | | | code.
* Sync OpenBSD patchset 780:Tiago Cunha2010-10-24
| | | | | | Add a last-pane command (bound to ; by default). Requested ages ago by somebody whose name I have forgotten.
* Sync OpenBSD patchset 779:Tiago Cunha2010-10-24
| | | | | | When removing a pane, don't change the active pane unless the active pane is actually the one being removed.
* Sync OpenBSD patchset 778:Tiago Cunha2010-10-24
| | | | | Mark repeating keys with "(repeat)" in the key list.
* Sync OpenBSD patchset 777:Tiago Cunha2010-10-24
| | | | | | Merge the before and after attach client code into one in client.c (instead of two in tmux.c and client.c).
* Zap paths.h compat include.Tiago Cunha2010-10-24
|
* Sync OpenBSD patchset 776:Tiago Cunha2010-10-24
| | | | | Make stdio blocking again before calling shell command with -c.
* Sync OpenBSD patchset 775:Tiago Cunha2010-10-24
| | | | | | Trying to set FD_CLOEXEC on every fd is a lost cause, just use closefrom() before exec.
* Helper script which greps for compat includes that shouldn't be present in ↵Tiago Cunha2010-10-24
| | | | all files but compat.h.
* Sync OpenBSD patchset 774:Tiago Cunha2010-10-24
| | | | | | Fall back on normal session choice method if $TMUX exists but is invalid rather than rejecting.
* Sync OpenBSD patchset 773:Tiago Cunha2010-10-24
| | | | | | Use an explicit event rather than event_once for the main event so it can be removed when the client becomes ready.
* Sync OpenBSD patchset 772:Tiago Cunha2010-10-24
| | | | | | Treat the meta bit in the xterm extended modifier key set as the same as escape (tmux's meta). From Emanuele Giaquinta.
* Sync OpenBSD patchset 771:Tiago Cunha2010-10-24
| | | | | Put "or" on new line from command with .Ic.
* Rewrite the screen vs tmux bit to be more accurate and complete and lessNicholas Marriott2010-10-23
| | | | | subjective.
* +ttyfast.Nicholas Marriott2010-10-18
|
* Sync OpenBSD patchset 770:Tiago Cunha2010-10-09
| | | | | | Set cause when failing due to linking a window to itself, from Martin Pieuchot.
* Sync OpenBSD patchset 769:Tiago Cunha2010-10-09
| | | | | | Skip NULL entries in the sessions list when choosing the next session, from Simon Olofsson.
* Sync OpenBSD patchset 767:Tiago Cunha2010-10-09
| | | | | Nuke a leftover RB tree declaration spotted by blambert.
* Sync OpenBSD patchset 766:Tiago Cunha2010-10-09
| | | | | | | | | | | | | | | Two new options: - server option "exit-unattached" makes the server exit when no clients are attached, even if sessions are present; - session option "destroy-unattached" destroys a session once no clients are attached to it. These are useful for preventing tmux remaining in the background where it is undesirable and when using tmux as a login shell to keep a limit on new sessions.
* Sync OpenBSD patchset 765:Tiago Cunha2010-10-09
| | | | | | Modify the permissions on the socket when adding or removing +x to show attached sessions, rather than replacing them.
* Sync OpenBSD patchset 764:Tiago Cunha2010-10-09
| | | | | detach-on-destroy is a session option, not server.
* doneNicholas Marriott2010-09-25
|
* Sync OpenBSD patchset 763:Tiago Cunha2010-09-18
| | | | | | Ugh. Pass the right type into tty_term_has. Teaches me to make last minute changes :-/.
* Sync OpenBSD patchset 762:Tiago Cunha2010-09-18
| | | | | | | | | | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid terminals (I'm looking at you, putty) which disable the vt100 ACS mode switching sequences in UTF-8 mode. Also on terminals without ACS at all, use ASCII equivalents where obvious.
* Sync OpenBSD patchset 761:Tiago Cunha2010-09-18
| | | | | Ignore terminal overrides settings without a value.
* Sync OpenBSD patchset 760:Tiago Cunha2010-09-18
| | | | | | When resizing the copy mode screen, don't allow it to end up with the viewable position beyond the size of the history.
* Update, from Daniel Thau.Nicholas Marriott2010-09-18
|
* Sync OpenBSD patchset 759:Tiago Cunha2010-09-10
| | | | | | | | | Add -n and -p flags to switch-client to move to the next and previous session (yes, it doesn't match window/pane, but so what, nor does switch-client). Based on a diff long ago from "edsouza".
* Sync OpenBSD patchset 758:Tiago Cunha2010-09-10
| | | | | Do not crash if the screen size is too small for the indicator in copy mode.
* Solaris 9 has no stdint.h, ugh. Reported by a couple of people mostNicholas Marriott2010-09-07
| | | | | recently Timothy Larson.
* Sync OpenBSD patchset 757:Tiago Cunha2010-09-07
| | | | | | Simplify xterm modifier detection by treating as a bitmask + 1. Spotted by and diff from Emanuele Giaquinta.
* Sync OpenBSD patchset 756:Tiago Cunha2010-09-07
| | | | | | Reset running jobs when the status line is enabled or disabled as well, some people have it bound to a key.
* Sync OpenBSD patchset 755:Tiago Cunha2010-09-07
| | | | | Add missing prototype.
* +.Nicholas Marriott2010-09-01
|
* +.Nicholas Marriott2010-09-01
|
* +.Nicholas Marriott2010-08-31
|
* Sync OpenBSD patchset 754:Tiago Cunha2010-08-29
| | | | | | When destroying a pane, reset any mode (which reenables pane bufferevent) before freeing the bufferevent.
* Sync OpenBSD patchset 753:Tiago Cunha2010-08-29
| | | | | | Can't call event_del() without event_set() first - so call event_set() when setting up the client.
* Sync OpenBSD patchset 752:Tiago Cunha2010-08-29
| | | | | | MSG_EXIT can now have a return code in the message, so check for that size as well. Stops the client fatal()ing on exit.
* Sync OpenBSD patchset 751:Tiago Cunha2010-08-29
| | | | | | | Do not call event_del() for signals after fork(), just use sigaction() directly instead - calling libevent functions after fork() w/o event_reinit() is a bad idea, even if in this case it was harmless.
* Sync OpenBSD patchset 750:Tiago Cunha2010-08-29
| | | | | | Do not need to dup() the tty fd sent from the client because it is already dup()d again later. Fixes a leak seen by espie@.
* +-.Nicholas Marriott2010-08-19
|