aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Sync OpenBSD patchset 1046:Tiago Cunha2012-03-18
| | | | | | Always remember last cursor position when moving up or down, not just for if crossing zero length lines. From Itay Perl.
* Sync OpenBSD patchset 1045:Tiago Cunha2012-03-18
| | | | | Remove some bits leftover from unused backoff code.
* Sync OpenBSD patchset 1044:Tiago Cunha2012-03-18
| | | | | Add a missing call to window_set_name, from George Nachman.
* Sync OpenBSD patchset 1043:Tiago Cunha2012-03-18
| | | | | | | Use a lock file and flock() to serialize server start, avoids problems when running a bunch of tmux from cron at the same time. Based on a diff from Tim Ruehsen.
* +.Nicholas Marriott2012-03-16
|
* +.Nicholas Marriott2012-03-16
|
* +.Nicholas Marriott2012-03-12
|
* Fix trailing \, pointed out by Romain Francoise and a few others.Nicholas Marriott2012-03-11
|
* Sync OpenBSD patchset 1042:Tiago Cunha2012-03-07
| | | | | free -> xfree.
* Sync OpenBSD patchset 1041:Tiago Cunha2012-03-07
| | | | | | Add -F format to new-window and split-window to use with the -P flag, from George Nachman.
* Sync OpenBSD patchset 1040:Tiago Cunha2012-03-07
| | | | | | Accept hex values as keys, needed for send-keys, based on a diff from George Nachman.
* Sync OpenBSD patchset 1039:Tiago Cunha2012-03-07
| | | | | Add A and I keys for vi status line editing.
* Sync OpenBSD patchset 1038:Tiago Cunha2012-03-07
| | | | | | Terminate strftime buffer properly and free format string, whoops. From Tiago Cunha.
* Sync OpenBSD patchset 1037:Tiago Cunha2012-03-07
| | | | | | | | | Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if this is used and the application has requested bracketed pastes, then tmux surrounds the pasted text by \033[200~ and \033[201~. Applications like vim can (apparently) use this to avoid, for example, indenting the text. From Ailin Nemui.
* Sync OpenBSD patchset 1036:Tiago Cunha2012-03-07
| | | | | | The wlmouse offset should be part of the client, not the server. From Ailin Nemui.
* Sync OpenBSD patchset 1035:Tiago Cunha2012-03-03
| | | | | | | Add move-pane command (like join-pane but allows the same window). Also -b flag to join-pane and move-pane to place the pane to the left or above. From George Nachman.
* Sync OpenBSD patchset 1034:Tiago Cunha2012-03-03
| | | | | Add printf attribute to a couple of functions, from Tim Ruehsen.
* Sync OpenBSD patchset 1032:Tiago Cunha2012-03-03
| | | | | | Allow a single option to be specified to show-options to show just that option.
* Sync OpenBSD patchset 1031:Tiago Cunha2012-03-03
| | | | | Use format for display-message, based on a diff from George Nachman.
* ANSIfy function prototypes, from Tim Ruehsen.Nicholas Marriott2012-03-02
|
* +book at http://pragprog.com/book/bhtmux/tmuxNicholas Marriott2012-03-01
|
* +.Nicholas Marriott2012-02-21
|
* Sync OpenBSD patchset 1030:Tiago Cunha2012-02-15
| | | | | Sort some entries, from Ben Boeckel.
* Sync OpenBSD patchset 1029:Tiago Cunha2012-02-15
| | | | | Add a wrapper function tty_set_size from George Nachman.
* Sync OpenBSD patchset 1028:Tiago Cunha2012-02-15
| | | | | Don't die if fail to get root directory, from Ben Boeckel.
* Sync OpenBSD patchset 1026:Tiago Cunha2012-02-15
| | | | | Check for the right return value from sscanf.
* Sync OpenBSD patchset 1026:Tiago Cunha2012-02-15
| | | | | | Document option values, particularly that omitting on|off for a flag is a toggle.
* Update, from Ben Boeckel.Nicholas Marriott2012-02-15
|
* Sync OpenBSD patchset 1025:Tiago Cunha2012-02-02
| | | | | | Add -l flag to send-keys to send input literally (without translating key names). From Frank Terbeck.
* Sync OpenBSD patchset 1024:Tiago Cunha2012-02-02
| | | | | | Move window name changes into wrapper function window_set_name, from George Nachman.
* Sync OpenBSD patchset 1023:Tiago Cunha2012-02-02
| | | | | | Do not change pane when changing window with mouse on status line, pointed out by Romain Francoise.
* Sync OpenBSD patchset 1022:Tiago Cunha2012-02-02
| | | | | | Get client_width and client_height the right way round, from Stephen Thirlwall.
* Adjust function name to the portable version.Tiago Cunha2012-02-02
|
* Sync OpenBSD patchset 1021:Tiago Cunha2012-02-02
| | | | | | | | | | | Provide defined ways to set the various default-path possibilities: ~ for home directory, . for server start directory, - for session start directory and empty for the pane's working directory (the default). All can also be used as part of a relative path (eg -/foo). Also provide -c flags to neww and splitw to override default-path setting. Based on a diff from sthen. ok sthen
* Sync OpenBSD patchset 1020:Tiago Cunha2012-01-31
| | | | | | Add pane id to each pane in layout description (while still accepting the old form). Based on diff from George Nachman.
* Sync OpenBSD patchset 1019:Tiago Cunha2012-01-31
| | | | | id -> ID; ok nicm
* Sync OpenBSD patchset 1018:Tiago Cunha2012-01-31
| | | | | Don't print double spaces in list output.
* Sync OpenBSD patchset 1017:Tiago Cunha2012-01-31
| | | | | | Give each window a unique id, like panes but prefixed with @. Based on work from George Nachman.
* Sync OpenBSD patchset 1016:Tiago Cunha2012-01-31
| | | | | | Enforce history-limit option when clearing the screen, memory leak spotted by R I Pienaar.
* Sync OpenBSD patchset 1015:Tiago Cunha2012-01-29
| | | | | | Add an option to move the status line to the top of the screen, requested by many.
* Sync OpenBSD patchset 1014:Tiago Cunha2012-01-29
| | | | | | | Call bufferevent_free before closing file descriptor associated with it or bugs in $EventMechanism on $OtherOS makes libevent get it's knickers in a twist. From Dylan Alex Simon.
* Sync OpenBSD patchset 1013:Tiago Cunha2012-01-29
| | | | | | Terminate strftime buffer properly even if a really long format string is given, from Tiago Cunha.
* Sync OpenBSD patchset 1012:Tiago Cunha2012-01-29
| | | | | Fix memory leak in error path, from Tiago Cunha.
* Fill in osdep_get_cwd on Darwin, from Alex Ernst.Nicholas Marriott2012-01-27
|
* Create a debug build by default.Tiago Cunha2012-01-23
|
* Working on 1.7.Tiago Cunha2012-01-23
|
* Major changes since the previous version.Tiago Cunha2012-01-23
|
* Add notes about some potential configuration file breaking in the 1.6 release.Tiago Cunha2012-01-23
|
* Done.Tiago Cunha2012-01-23
|
* Releases don't have debugging enabled.Tiago Cunha2012-01-23
|