aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Sync OpenBSD patchset 1114:Tiago Cunha2012-05-22
| | | | | | | | | | | | | Instead of passing stdin/stdout/stderr file descriptors over imsg and handling them in the server, handle them in the client and pass buffers over imsg. This is much tidier for some upcoming changes and the performance hit isn't critical. The tty fd is still passed to the server as before. This bumps the tmux protocol version so new clients and old servers are incompatible.
* Sync OpenBSD patchset 1113:Tiago Cunha2012-05-22
| | | | | Ignore line continuation when escaped as \\, from Simon Nicolussi.
* Sync OpenBSD patchset 1112:Tiago Cunha2012-05-22
| | | | | | Use -t for move-window with -r rather than dying. Reported by Ben Boeckel and Thomas Adam.
* +/- from Thomas Adam.Nicholas Marriott2012-05-20
|
* Add FAQ entry on terminal scrollback, from Andrew Pimlott.Nicholas Marriott2012-05-17
|
* Sync OpenBSD patchset 1111:Tiago Cunha2012-05-12
| | | | | Add a helper function to open the terminal for attach-/new-session.
* Sync OpenBSD patchset 1110:Tiago Cunha2012-05-12
| | | | | Only enter copy mode on scroll up, from Ailin Nemui.
* Sync OpenBSD patchset 1109:Tiago Cunha2012-05-12
| | | | | | Tidy up by adding a macro for the pane being the full screen width, from Ailin Nemui.
* Sync OpenBSD patchset 1108:Tiago Cunha2012-05-12
| | | | | Missing ()s in macros.
* Sync OpenBSD patchset 1107:Tiago Cunha2012-05-12
| | | | | Pull CRA out into a separate function and add ERA, from Ailin Nemui.
* Sync OpenBSD patchset 1106:Tiago Cunha2012-05-12
| | | | | Make unbind-key -a work with -t, based on a diff from Kazuhiko Sakaguchi.
* +.Nicholas Marriott2012-05-10
|
* Sync OpenBSD tree.h due to patchset 1104.Tiago Cunha2012-05-03
| | | | | Prompted by ore on #tmux.
* Sync OpenBSD patchset 1105:Tiago Cunha2012-05-03
| | | | | default-path has the same possibilities as new-window -c now.
* Sync OpenBSD patchset 1104:Tiago Cunha2012-05-03
| | | | | | | Add a flag to move-window to renumber the windows in a session (closing any gaps) and add an option to do this automatically each time a window is killed. From Thomas Adam.
* Sync OpenBSD patchset 1103:Tiago Cunha2012-05-03
| | | | | | Use int not u_char for colours from options since they may have bit 8 set to mark them as 256-colour. Reported by Chris Johnson.
* Sync OpenBSD patchset 1102:Tiago Cunha2012-05-03
| | | | | | Add a buffer with all input from last ground state, will be used for control mode. From George Nachman.
* Sync OpenBSD patchset 1101:Tiago Cunha2012-04-24
| | | | | Add missing prototype.
* Sync OpenBSD patchset 1100:Tiago Cunha2012-04-24
| | | | | Use an enum for client exit reasons, from George Nachman.
* Sync OpenBSD patchset 1099:Tiago Cunha2012-04-24
| | | | | Do not return a buffer on the stack, mentioned by jsg a while ago.
* Sync OpenBSD patchset 1098:Tiago Cunha2012-04-24
| | | | | Use a helper function to fire choose callback.
* Sync OpenBSD patchset 1097:Tiago Cunha2012-04-24
| | | | | Add window-status-separator option, from Thomas Adam.
* Sync OpenBSD patchset 1096:Tiago Cunha2012-04-24
| | | | | Add -a flag to kill-window, from Thomas Adam.
* Sync OpenBSD patchset 1095:Tiago Cunha2012-04-24
| | | | | Fix printing commands with no arguments, from Benjamin Poirier.
* Sync OpenBSD patchset 1094:Tiago Cunha2012-04-24
| | | | | | Handle partial keys properly by making sure the timer has actually expired, fixes problems with mintty reported by Michael Simpson.
* Sync OpenBSD patchset 1093:Tiago Cunha2012-04-12
| | | | | | Turn automatic-rename off properly if turned off by renaming a window. Reported by Romain Francoise.
* Sync OpenBSD patchset 1092:Tiago Cunha2012-04-12
| | | | | | Stop accepting new clients for 1 second on EMFILE/ENFILE. Based on ongoing fixes to other daemons by Theo.
* Sync OpenBSD patchset 1091:Tiago Cunha2012-04-10
| | | | | | Do not fire name timer when automatic-rename is off, from Tim Ruehsen a while ago.
* Sync OpenBSD patchset 1090:Tiago Cunha2012-04-10
| | | | | Fix comment for mouse bits.
* Sync OpenBSD patchset 1089:Tiago Cunha2012-04-10
| | | | | Fix some indentation.
* Sync OpenBSD patchset 1088:Tiago Cunha2012-04-10
| | | | | Simplify mouse input function.
* Sync OpenBSD patchset 1087:Tiago Cunha2012-04-10
| | | | | Minor style nits - return ().
* Sync OpenBSD patchset 1086:Tiago Cunha2012-04-10
| | | | | Turn some errors down to info.
* Sync OpenBSD patchset 1085:Tiago Cunha2012-04-10
| | | | | Fix option name.
* Sync OpenBSD patchset 1084:Tiago Cunha2012-04-10
| | | | | | Add a layout history which can be stepped through with select-layout -u and -U commands (bound to 'u' and 'U' by default).
* Adjust OpenBSD patchset 1083 to the portable version.Tiago Cunha2012-04-10
|
* Sync OpenBSD patchset 1083:Tiago Cunha2012-04-10
| | | | | Add pane_current_path format, suggested by Mikolaj Kucharski.
* Sync OpenBSD patchset 1082:Tiago Cunha2012-04-10
| | | | | | Only exit mouse mode on scroll wheel when actually reaching the end of the history, from James Nylen.
* Sync OpenBSD patchset 1081:Tiago Cunha2012-04-10
| | | | | | Only find each window once no matter how many panes, from Jonathan Daugherty.
* +.Nicholas Marriott2012-04-01
|
* Sync OpenBSD patchset 1080:Tiago Cunha2012-03-29
| | | | | Add sys/file.h.
* Sync OpenBSD patchset 1079:Tiago Cunha2012-03-29
| | | | | | Accept an argument to show-environment to show one variable, based on a diff from Kazuhiko Sakaguchi.
* Sync OpenBSD patchset 1078:Tiago Cunha2012-03-29
| | | | | | Some terminals respond to secondary DA with primary (they ignore the intermediate character). So ignore the possible responses to primary DA.
* Sync OpenBSD patchset 1077:Tiago Cunha2012-03-29
| | | | | Fix save-buffer usage, from Kazuhiko Sakaguchi.
* Sync OpenBSD patchset 1076:Tiago Cunha2012-03-29
| | | | | Remove a stale comment.
* Sync OpenBSD patchset 1075:Tiago Cunha2012-03-29
| | | | | | Add -C -N -T flags to find-window to find in content, name, title. From Jonathan Daugherty.
* Sync OpenBSD patchset 1074:Tiago Cunha2012-03-29
| | | | | Check changes_timer with event_initialized before event_del.
* Sync OpenBSD patchset 1073:Tiago Cunha2012-03-29
| | | | | 50 is a too low trigger default on larger terminals, bump to 250.
* Sync OpenBSD patchset 1072:Tiago Cunha2012-03-29
| | | | | | | | | | | | | | | | | | | | Add a simple form of output rate limiting by counting the number of certain C0 sequences (linefeeds, backspaces, carriage returns) and if it exceeds a threshold (current default 50/millisecond), start to redraw the pane every 100 milliseconds instead of making each change as it comes. Two configuration options - c0-change-trigger and c0-change-interval. This makes tmux much more responsive under very fast output (for example yes(1) or accidentally cat'ing a large file) but may not be perfect on all terminals and connections - feedback very welcome, particularly where this change has a negative rather than positive effect (making it off by default is a possibility). After much experimentation based originally on a request Robin Lee Powell (which ended with a completely different solution), this idea from discussion with Ailin Nemui.
* Sync OpenBSD patchset 1071:Tiago Cunha2012-03-29
| | | | | | Move MSG_IDENTIFY to the last sent by the client, this will be needed by control clients and irrelevant for others.