aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* +.Nicholas Marriott2012-03-20
|
* Sync OpenBSD patchset 1070:Tiago Cunha2012-03-18
| | | | | | | On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for scrolling the region in panes (if the large region check isn't hit). With help from Ailin Nemui.
* Add notify.c to the list of sources.Tiago Cunha2012-03-18
|
* Sync OpenBSD patchset 1069:Tiago Cunha2012-03-18
| | | | | | Add notify hooks for various events, the functions are currently empty stubs but will be filled in for control mode later. From George Nachman.
* Sync OpenBSD patchset 1067:Tiago Cunha2012-03-18
| | | | | Use snprintf for constructing attribute string, from Tim Ruehsen.
* Sync OpenBSD patchset 1066:Tiago Cunha2012-03-18
| | | | | | Add a wrap-search option to turn off wrapping of searches in copy mode. From Jacobo de Vera.
* Sync OpenBSD patchset 1065:Tiago Cunha2012-03-18
| | | | | | Michael Krysiak points out that some terminals (eg mintty) have cursor styles 5 and 6 too, so allow them to be set.
* Sync OpenBSD patchset 1064:Tiago Cunha2012-03-18
| | | | | | Need to call recalculate_sizes() when changing window with the mouse, from marcel partap.
* Sync OpenBSD patchset 1063:Tiago Cunha2012-03-18
| | | | | Add -q option to set-option to turn off info message, from marcel partap.
* Sync OpenBSD patchset 1062:Tiago Cunha2012-03-18
| | | | | | Break out termios initialization into a separate function, from George Nachman.
* Sync OpenBSD patchset 1061:Tiago Cunha2012-03-18
| | | | | | Do not clear to end of line if the line is full, fixes missing last character in rightmost pane.
* Sync OpenBSD patchset 1060:Tiago Cunha2012-03-18
| | | | | | Use the region lower not the pane size to work out where the bottom line is.
* Sync OpenBSD patchset 1059:Tiago Cunha2012-03-18
| | | | | Tweak last fix to actually hit the right end of pane.
* Sync OpenBSD patchset 1058:Tiago Cunha2012-03-18
| | | | | Fix warnings. Doh.
* Sync OpenBSD patchset 1057:Tiago Cunha2012-03-18
| | | | | | Check event_initialized before event_del if event may not have been set up; libevent2 complains about this. Reported by Moriyoshi Koizumi.
* Sync OpenBSD patchset 1056:Tiago Cunha2012-03-18
| | | | | Redirect libevent logging to tmux's log.
* Sync OpenBSD patchset 1055:Tiago Cunha2012-03-18
| | | | | | | Revert screen-write.c r1.54 and fix the bug properly. After wrapping a line in a pane, the cursor needs to move to the next line unless it scrolled.
* Sync OpenBSD patchset 1054:Tiago Cunha2012-03-18
| | | | | | Send secondary DA to terminals with XT in terminfo when starting up and parse it to work out the xterm version.
* Sync OpenBSD patchset 1053:Tiago Cunha2012-03-18
| | | | | Respond to secondary DA requests.
* Sync OpenBSD patchset 1052:Tiago Cunha2012-03-18
| | | | | Fix a warning. Doh.
* Sync OpenBSD patchset 1051:Tiago Cunha2012-03-18
| | | | | | Add a helper function for enabling an optimization to make some code clearer.
* Sync OpenBSD patchset 1050:Tiago Cunha2012-03-18
| | | | | | Store context off before moving the cursor when wrapping, to fix long standing bug drawing over the status line.
* Sync OpenBSD patchset 1049:Tiago Cunha2012-03-18
| | | | | Add -P/-F flags to break-pane too, from George Nachman.
* Sync OpenBSD patchset 1048:Tiago Cunha2012-03-18
| | | | | Erm, use EL in a way that actually works...
* Sync OpenBSD patchset 1047:Tiago Cunha2012-03-18
| | | | | Use EL to clear to end of line if possible.
* 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.