aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add XAUTHORITY to update-environment, requested by Andreas Kloeckner.Nicholas Marriott2010-12-06
|
* PatchSet 784Nicholas Marriott2010-12-06
| | | | | | | | | | | | | | Date: 2010/11/11 20:54:06 Author: nicm Branch: HEAD Tag: (none) Log: Flag to flush all key bindings from Rob Paisley. Members: cmd-unbind-key.c:1.7->1.8 tmux.1:1.188->1.189
* PatchSet 783Nicholas Marriott2010-12-06
| | | | | | | | | | | | | Date: 2010/11/11 20:51:30 Author: nicm Branch: HEAD Tag: (none) Log: Declaration in header should be extern. Members: tmux.h:1.245->1.246
* PatchSet 782Nicholas Marriott2010-12-06
| | | | | | | | | | | | | Date: 2010/11/01 20:59:45 Author: nicm Branch: HEAD Tag: (none) Log: Typo, from Rob Paisley. Members: tmux.1:1.187->1.188
* |---------------------Nicholas Marriott2010-12-06
| | | | | | | | | | | | | | | | | | |PatchSet 781 |Date: 2010/10/29 21:11:57 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |We now send argv to the server after parsing it in the client to get the |command, so the client should not modify it. Instead, take a copy. Fixes |parsing command lists, reported by mcbride@. | |Members: | cmd-list.c:1.5->1.6 | cmd.c:1.45->1.46 | tmux.h:1.244->1.245
* Another.Nicholas Marriott2010-12-06
|
* And moar.Nicholas Marriott2010-12-06
|
* Moar.Nicholas Marriott2010-12-06
|
* + SF requests.Nicholas Marriott2010-12-06
|
* Using working directory always, from Vivien Mallet.Nicholas Marriott2010-12-06
|
* +.Nicholas Marriott2010-12-04
|
* +.Nicholas Marriott2010-11-22
|
* +.Nicholas Marriott2010-11-15
|
* +.Nicholas Marriott2010-11-13
|
* Whoops, get the logic the right way round.Nicholas Marriott2010-11-13
|
* Fix AIX warnings.Nicholas Marriott2010-11-11
|
* malloc(0) may return NULL, so only assume that is an error if allocatingNicholas Marriott2010-11-11
| | | | | more than zero.
* AIX doesn't have daemon().Nicholas Marriott2010-11-11
|
* 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.