Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Key repeating is now a property of the key binding not of the command. Repeat | Nicholas Marriott | 2009-03-28 |
| | | | | | | is turned on when the key is bound with the -r flag to bind-key. next/previous- window no longer repeat by default as it turned out to annoy me. | ||
* | Clear using ED when redrawing the screen. I foolishly assumed using spaces | Nicholas Marriott | 2009-03-28 |
| | | | | | | would be equivalent and terminals would pick up on this, but apparently not. This fixes copy and paste in xterm/rxvt. | ||
* | Not const. | Nicholas Marriott | 2009-03-27 |
| | |||
* | const. | Nicholas Marriott | 2009-03-27 |
| | |||
* | Whoops. Didn't mean to commit this yet. | Nicholas Marriott | 2009-03-27 |
| | |||
* | Update TODO. | Nicholas Marriott | 2009-03-27 |
| | |||
* | Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg | Nicholas Marriott | 2009-03-27 |
| | | | | | | | | | | tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a separate server, the new -L command line option should be used: this creates a socket in the same directory with a different name ("-L main" will create socket called "main"). -S should only be used to place the socket outside /tmp. This makes sockets a little more secure and a bit more convenient to use multiple servers. | ||
* | Use lstat. No change yet due to realpath call in tmux.c. | Nicholas Marriott | 2009-03-27 |
| | |||
* | Clear pollfds first. | Nicholas Marriott | 2009-03-27 |
| | |||
* | Update. | Nicholas Marriott | 2009-03-27 |
| | |||
* | Typo. | Nicholas Marriott | 2009-03-27 |
| | |||
* | * New session flag "set-remain-on-exit" to set remain-on-exit flag for new ↵ | Nicholas Marriott | 2009-03-21 |
| | | | | windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847. | ||
* | Done. | Nicholas Marriott | 2009-03-07 |
| | |||
* | Support for 88 colour terminals. | Nicholas Marriott | 2009-03-07 |
| | |||
* | Unused variable. | Nicholas Marriott | 2009-03-07 |
| | |||
* | char not char *... | Nicholas Marriott | 2009-03-07 |
| | |||
* | break-pane command to split a pane off into a new window; bound to ! by default. | Nicholas Marriott | 2009-03-07 |
| | |||
* | CSR resets the cursor to the top-left. Reported by merdely. | Nicholas Marriott | 2009-03-05 |
| | |||
* | Log socket path so I can tell which tmux log is which. | Nicholas Marriott | 2009-03-05 |
| | |||
* | Initialise socket_path before parsing configuration file. | Nicholas Marriott | 2009-03-04 |
| | |||
* | Put socket path in $TMUX. | Nicholas Marriott | 2009-03-04 |
| | |||
* | Extra function keys from Dashing dashing at hushmail dot com | Nicholas Marriott | 2009-03-02 |
| | |||
* | Fix window choice mode, again. | Nicholas Marriott | 2009-03-02 |
| | |||
* | Sort out escape key handling so it works. | Nicholas Marriott | 2009-03-02 |
| | |||
* | Doh. Set a message when pane is too small rather than dying... | Nicholas Marriott | 2009-03-01 |
| | |||
* | This is now fixed. | Nicholas Marriott | 2009-02-28 |
| | |||
* | Don't segfault on lock when no sessions attached. | Nicholas Marriott | 2009-02-27 |
| | |||
* | Redraw selection properly. | Nicholas Marriott | 2009-02-25 |
| | |||
* | Update TODO. | Nicholas Marriott | 2009-02-25 |
| | |||
* | Check the right variable. Doh. | Nicholas Marriott | 2009-02-24 |
| | |||
* | Don't turn cursor off unless actually drawing something. | Nicholas Marriott | 2009-02-21 |
| | |||
* | Don't redraw status if it has already been redrawed as part of entire screen. | Nicholas Marriott | 2009-02-21 |
| | |||
* | Allow selection in vi mode. | Nicholas Marriott | 2009-02-21 |
| | |||
* | Reuse CPPFLAGS. | Nicholas Marriott | 2009-02-18 |
| | |||
* | INCDIRS after CPPFLAGS. | Nicholas Marriott | 2009-02-18 |
| | |||
* | Exclude NetBSD. | Nicholas Marriott | 2009-02-18 |
| | |||
* | Use CPPFLAGS. | Nicholas Marriott | 2009-02-18 |
| | |||
* | -err.h. | Nicholas Marriott | 2009-02-17 |
| | |||
* | Don't die on any error from fd. | Nicholas Marriott | 2009-02-17 |
| | |||
* | NetBSD flags. | Nicholas Marriott | 2009-02-17 |
| | |||
* | Don't leak string arguments and options. | Nicholas Marriott | 2009-02-16 |
| | |||
* | strdup() not necessary here. | Nicholas Marriott | 2009-02-16 |
| | |||
* | And another memory leak. | Nicholas Marriott | 2009-02-16 |
| | |||
* | Memory leak. | Nicholas Marriott | 2009-02-16 |
| | |||
* | Don't leak top line of history and status screen. | Nicholas Marriott | 2009-02-16 |
| | |||
* | Don't leak existing keys. | Nicholas Marriott | 2009-02-16 |
| | |||
* | These are fixed. | Nicholas Marriott | 2009-02-15 |
| | |||
* | Redo mode keys slightly more cleanly and apply them to command prompt ↵ | Nicholas Marriott | 2009-02-13 |
| | | | | editing. vi or emacs mode is controlled by the session option status-keys. | ||
* | Reset mode before adding text. | Nicholas Marriott | 2009-02-13 |
| | |||
* | Use the right row when calling RI. | Nicholas Marriott | 2009-02-13 |
| |