Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Don't redraw status line unless it has actually changed. Stops extraneous | Nicholas Marriott | 2009-02-10 | |
| | | | | | | updates between clock/#() changes and doesn't require manual status-interval 0 when no updates are occuring. | |||
* | Don't try to change the window name unless the pid of the process chosen has | Nicholas Marriott | 2009-02-09 | |
| | | | | | | | changed. Reduces CPU use. osdep-* stuff is a bit horrible now but there we go :-/. | |||
* | Increase name refresh interval to 250 ms to reduce CPU use. | Nicholas Marriott | 2009-02-09 | |
| | ||||
* | Continue process if suspended. | Nicholas Marriott | 2009-02-08 | |
| | ||||
* | copy-buffer command. | Tiago Cunha | 2009-02-03 | |
| | ||||
* | Set colour of window entry in status line based on window options. | Nicholas Marriott | 2009-01-30 | |
| | ||||
* | Undo this and just shut lint up. | Nicholas Marriott | 2009-01-29 | |
| | ||||
* | Nuke debugging. | Nicholas Marriott | 2009-01-29 | |
| | ||||
* | * Better support for at least the most common variant of mouse input: parse ↵ | Nicholas Marriott | 2009-01-28 | |
| | | | | | | | it and adjust for different panes. Also support mouse in window/session choice mode. * Bring back the fancy window titles with session/window names: it is easy to work around problems with elinks (see FAQ). | |||
* | -u to start with screen scrolled up. | Nicholas Marriott | 2009-01-27 | |
| | ||||
* | Handle cursor on/off better. | Nicholas Marriott | 2009-01-27 | |
| | ||||
* | Allow status, mode and message attributes to be changed by three new ↵ | Nicholas Marriott | 2009-01-27 | |
| | | | | | | | options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks! | |||
* | Be more clever about picking window name. | Nicholas Marriott | 2009-01-26 | |
| | ||||
* | load-buffer command | Tiago Cunha | 2009-01-25 | |
| | ||||
* | Make the caller responsible for allocating memory for the paste buffer data | Tiago Cunha | 2009-01-25 | |
| | | | | | | (needed by the load-buffer command when dealing with big files since it'll prevent tmux from dying due to memory exhaustion). From nicm. | |||
* | Better error messages for fork. | Nicholas Marriott | 2009-01-23 | |
| | ||||
* | Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up | Nicholas Marriott | 2009-01-21 | |
| | | | | | properly and print a nicer message. Same effect though :-) | |||
* | Bring back -p and -l to splitw to specify height as % or nlines. | Nicholas Marriott | 2009-01-21 | |
| | ||||
* | Try to change the window title to match the command running it in. This is done | Nicholas Marriott | 2009-01-20 | |
| | | | | | | | | | | | | | by reading argv[0] from the process group leader of the group that owns the tty (tcgetpgrp()). This can't be done portably so some OS-dependent code is introduced (ugh); OpenBSD, FreeBSD and Linux are supported at the moment. A new window flag, automatic-rename, is available: if this is set to off, the window name is not changed. Specifying a name with the new-window, new-session or rename-window commands will automatically set this flag to off for the window in question. To disable it entirely set the option to off globally (setw -g automatic-rename off). | |||
* | Bump protocol. | Nicholas Marriott | 2009-01-19 | |
| | ||||
* | Pass return code from _exec; allow command sequences to work from the ↵ | Nicholas Marriott | 2009-01-19 | |
| | | | | command line. | |||
* | Start the first client with a special socketpair so it is already known to the | Nicholas Marriott | 2009-01-19 | |
| | | | | | | | | server rather than playing silly games to get them synchronised before doing anything. Change attach-session to start the server. | |||
* | Unbreak UTF-8. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | -a flags to next/previous window. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | find-window command. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Support command sequences separated by " ; ". Also clean up command printing. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | suspend-client command and suspend client when ^Z key binding is used. | Nicholas Marriott | 2009-01-18 | |
| | ||||
* | Don't use [4] since they are confusing and use the right size for memset. DOH. | Nicholas Marriott | 2009-01-17 | |
| | ||||
* | Two new commands, choose-window and choose-session which work only when ↵ | Nicholas Marriott | 2009-01-15 | |
| | | | | bound to a key and allow the window or session to be selected from a list. | |||
* | Rename some flags I'm not happy about. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Rework the prefix-time stuff. The option is now call repeat-time and ↵ | Nicholas Marriott | 2009-01-14 | |
| | | | | defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. | |||
* | switch-pane is now select-pane. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | up-pane and down-pane commands. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Multiple window splitting. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | kill-pane command. | Nicholas Marriott | 2009-01-13 | |
| | ||||
* | prefix-time option to allow multiple commands without additional prefixes. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | More hacks for key handling. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Commands to resize panes; also a pane generic cmd, not used yet. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Make the window pane code handle panes of different sizes, and add a -l and ↵ | Nicholas Marriott | 2009-01-12 | |
| | | | | -p arguments to split-window to specify the new window size in lines or as a percentage. | |||
* | Codes no longer needed. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵ | Nicholas Marriott | 2009-01-11 | |
| | | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit). | |||
* | save-buffer command, from Tiago Cunha. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Server locking. set-password and lock-server commands, plus automatic locking. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Restore emulation of ich with insert mode. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Pick up cwd from environment,. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Clock mode. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Oops, missed from btab commit. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Support btab. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Change server-info format. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Trim spaces. | Nicholas Marriott | 2009-01-10 | |
| |