aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Sync OpenBSD patchset 354:Tiago Cunha2009-10-05
| | | | | Support C-n/C-p with emacs keys in choice mode, also fix a comment.
* Update.Tiago Cunha2009-09-25
|
* Sync OpenBSD patchset 353:Tiago Cunha2009-09-25
| | | | | | New lock-client and lock-session commands to lock an individual client or all clients attached to a session respectively.
* Sync OpenBSD patchset 352:Tiago Cunha2009-09-25
| | | | | Don't allow locked or suspended clients to limit the size of active clients.
* Sync OpenBSD patchset 351:Tiago Cunha2009-09-25
| | | | | Remove PROMPT_HIDDEN code which is now unused.
* Should be bestp now.Nicholas Marriott2009-09-24
|
* Earlier versions of FreeBSD are missing RB_PREV.Nicholas Marriott2009-09-24
|
* Use __sun not __sun__ as Sun's CC doesn't define the latter.Nicholas Marriott2009-09-23
|
* Adjust OpenBSD patchset 350 to the portable version.Tiago Cunha2009-09-23
|
* Sync OpenBSD patchset 350:Tiago Cunha2009-09-23
| | | | | | | | | Support -c like sh(1) to execute a command, useful when tmux is a login shell. Suggested by halex@. This includes another protocol version increase (the last for now) so again restart the tmux server before upgrading.
* Sync OpenBSD patchset 349:Tiago Cunha2009-09-23
| | | | | | | On SIGTERM, just abandon any suspended/locked clients and leave them to it, otherwise the server will hang around (refusing new connections) until they exit properly.
* Sync OpenBSD patchset 348:Tiago Cunha2009-09-23
| | | | | | Don't die if the client is detaching (the tty has been closed) after waking up from locking.
* Remove HAVE_LOGIN_CAP now that the internal locking mechanism was removed, dueTiago Cunha2009-09-23
| | | | | to OpenBSD patchset 347.
* Update.Tiago Cunha2009-09-23
|
* Sync OpenBSD patchset 347:Tiago Cunha2009-09-23
| | | | | | | | | | | | | | | | Remove the internal tmux locking and instead detach each client and run the command specified by a new option "lock-command" (by default "lock -np") in each client. This means each terminal has to be unlocked individually but simplifies the code and allows the system password to be used to unlock. Note that the set-password command is gone, so it will need to be removed from configuration files, and the -U command line flag has been removed. This is the third protocol version change so again it is best to stop the tmux server before upgrading.
* Sync OpenBSD patchset 346:Tiago Cunha2009-09-23
| | | | | | | | | Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the client into the server. This is another (the second of four) protocol version changes coming this morning, so again the server should be killed before upgrading.
* Sync OpenBSD patchset 345:Tiago Cunha2009-09-23
| | | | | | | | | | | Don't attempt to open() the tty path, rely on the client sending its stdin fd with imsg and fatal if it doesn't, then set the FD_CLOEXEC flag in tty_init instead of tty_open to prevent them leaking into child processes if any are created between the two calls. This bumps the protocol version, so the tmux server should be killed before upgrading.
* Sync OpenBSD patchset 344:Tiago Cunha2009-09-23
| | | | | | Be more careful about what flags are cleared when opening the terminal, otherwise the opened/started flags are cleared and the terminal never released.
* +.Nicholas Marriott2009-09-23
|
* Tweak tparm() to make Solaris' backward userland happy and remove the -I messNicholas Marriott2009-09-22
| | | | | | in configure which tried to deal with the fallout from their horrible package management.
* Sync OpenBSD patchset 343:Tiago Cunha2009-09-22
| | | | | | | | | | Permit multiple prefix keys to be defined, separated by commas, for example: set -g prefix ^a,^b Any key in the list acts as the prefix. The send-prefix command always sends the first key in the list.
* Sync OpenBSD patchset 342:Tiago Cunha2009-09-22
| | | | | Use KEYC_NONE constant instead of 0 on init.
* Sync OpenBSD patchset 341:Tiago Cunha2009-09-22
| | | | | Nuke -i option which isn't used anymore.
* Sync OpenBSD patchset 340:Tiago Cunha2009-09-22
| | | | | Use option print function for info messages as well.
* Sync OpenBSD patchset 339:Tiago Cunha2009-09-22
| | | | | Move common code from show-options and show-window-options into a function.
* Sync OpenBSD patchset 338:Tiago Cunha2009-09-22
| | | | | zap trailing whitespace;
* Sync OpenBSD patchset 337:Tiago Cunha2009-09-22
| | | | | Drop tiny union from option struct.
* Sync OpenBSD patchset 336:Tiago Cunha2009-09-22
| | | | | Key options were implemented as a number so these struct members are unused.
* Done.Nicholas Marriott2009-09-22
|
* Update.Tiago Cunha2009-09-20
|
* Sync OpenBSD patchset 335:Tiago Cunha2009-09-20
| | | | | | run-shell command to run a shell command without opening a window, sending stdout to output mode.
* Sync OpenBSD patchset 334:Tiago Cunha2009-09-20
| | | | | Nuke unused variables and fix stupid error message.
* Sync OpenBSD patchset 333:Tiago Cunha2009-09-20
| | | | | | Move some common and untidy code for window link/unlink into generic functions instead of duplicating it in move/link window..
* Sync OpenBSD patchset 332:Tiago Cunha2009-09-20
| | | | | Regularise some fatal messages.
* Delete backup files in the compat directory, as well.Tiago Cunha2009-09-20
|
* Now working on 1.1.Nicholas Marriott2009-09-20
|
* 1.0.Nicholas Marriott2009-09-20
|
* Don't try to use tio if it is NULL.Nicholas Marriott2009-09-20
|
* These are done.Nicholas Marriott2009-09-20
|
* FreeBSD tree.h is fine.Nicholas Marriott2009-09-20
|
* Update.Tiago Cunha2009-09-19
|
* Sync OpenBSD patchset 331:Tiago Cunha2009-09-19
| | | | | | | New option, set-titles-string, to allow the window title to be specified (as for status-left/right) if set-titles is on. Also only update the title when the status line is being redrawn.
* Add some bits.Nicholas Marriott2009-09-18
|
* Sync from OpenBSD:Nicholas Marriott2009-09-16
| | | | | | | | | | | == Rather than constructing an entire termios struct from ttydefaults.h, just let forkpty do it and then alter the bits that should be changed after fork. A little neater and more portable. == This should fix problems caused by glibc's broken ttydefaults.h file.
* Sync OpenBSD patchset 329:Tiago Cunha2009-09-15
| | | | | | | | Enclose repeated buffer draining code in a new msgbuf_drain() function, which is additionally exported for use by others. From nicm@, who reminded me that tmux is now using buffer.c, too.
* Sync OpenBSD patchset 328:Tiago Cunha2009-09-15
| | | | | | | | | | Stick line length to what is actually used (removing an optimization that allowed it to be bigger), and use clear line/EOL sequences rather than spaces in copy/scroll mode. This fixes xterm copy/paste from tmux which treats trailing spaces differently from clearing a line with the escape sequences. Reported by martynas@.
* Sync OpenBSD patchset 327:Tiago Cunha2009-09-15
| | | | | The default terminal size should be 80x24, not 80x25.
* Sync OpenBSD patchset 326:Tiago Cunha2009-09-15
| | | | | Nuke unused server_client_index function, pointed out by martynas@.
* +.Nicholas Marriott2009-09-15
|
* Update.Nicholas Marriott2009-09-15
|