aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* + entry to show default options, suggested by Thomas Adam.Nicholas Marriott2012-07-08
|
* Sync OpenBSD patchset 1143:Tiago Cunha2012-07-04
| | | | | | | Provide common helper function for adding windows and sessions to choose lists and expand %% in command before using it rather than at callback time. From Thomas Adam.
* Sync OpenBSD patchset 1142:Tiago Cunha2012-07-04
| | | | | Clean up and simplify the choose mode code, from Thomas Adam.
* Sync OpenBSD patchset 1141:Tiago Cunha2012-07-04
| | | | | Trim a blank line.
* Sync OpenBSD patchset 1140:Tiago Cunha2012-07-04
| | | | | Remove a couple of unused variables from redbrain at gcc dot gnu dot org.
* More ifdef goo is needed due to NOKERNINFO.Tiago Cunha2012-06-18
|
* Sync OpenBSD patchset 1139:Tiago Cunha2012-06-18
| | | | | Actually write all the data to stdout/stderr.
* Add control.c to the list of sources.Tiago Cunha2012-06-18
|
* Sync OpenBSD patchset 1138:Tiago Cunha2012-06-18
| | | | | | | | | Add a skeleton mode to tmux (called "control mode") that let's tmux commands be sent and output received on stdout. This can be used to integrate with other terminal emulators and should allow some other things to be made simpler later. More to come so doesn't do much yet and deliberately not documented.
* Sync OpenBSD patchset 1137:Tiago Cunha2012-06-18
| | | | | Tidy up bell code, from Thomas Adam.
* Sync OpenBSD patchset 1136:Tiago Cunha2012-06-18
| | | | | | Add a couple of NULL pointer checks to key binding functions, from jspenguin on SF bug 3535531.
* Sync OpenBSD patchset 1135:Tiago Cunha2012-06-18
| | | | | | Do not crash when the current session has no window, fixes a bug reported by Giorgio Lando. Fix from Thomas Adam.
* Sync OpenBSD patchset 1134:Tiago Cunha2012-06-18
| | | | | Add -a for kill-session, from Thomas Adam.
* Sync OpenBSD patchset 1133:Tiago Cunha2012-06-18
| | | | | Add -a flag for detach-client, from Thomas Adam.
* Sync OpenBSD patchset 1132:Tiago Cunha2012-06-18
| | | | | Simplify references to alerts in the man page, from Thomas Adam.
* Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott2012-05-30
|
* Sync OpenBSD patchset 1130:Tiago Cunha2012-05-30
| | | | | | Add pane title to choose-window template and use the right index for the pane, from Romain Francoise.
* Sync OpenBSD patchset 1129:Tiago Cunha2012-05-30
| | | | | Use RB_FOREACH_SAFE as winlinks are being removed, from Chris Johnsen.
* Sync OpenBSD patchset 1128:Tiago Cunha2012-05-30
| | | | | Use session from -t for killw -a, from Chris Johnsen.
* Sync OpenBSD patchset 1127:Tiago Cunha2012-05-30
| | | | | | Use default-shell not _PATH_BSHELL to spawn commands, pointed out by Dennis G?nnewig and Thomas Adam.
* Sync OpenBSD patchset 1126:Tiago Cunha2012-05-30
| | | | | Trim a double space from template.
* Sync OpenBSD patchset 1125:Tiago Cunha2012-05-30
| | | | | | Strip layout from choose-windows again (leave in list-windows), suggested by Romain Francoise, diff from Thomas Adam.
* Sync OpenBSD patchset 1124:Tiago Cunha2012-05-30
| | | | | Fix client templates, from Romain Francoise.
* Sync OpenBSD patchset 1123:Tiago Cunha2012-05-30
| | | | | Simplify logging and just fprintf(stderr, ...) for early errors.
* Sync OpenBSD patchset 1122:Tiago Cunha2012-05-30
| | | | | Use a predefined structure for not-space cells used to set attributes.
* Add a simple zoom script from Juan Ignacio Pumarino.Nicholas Marriott2012-05-30
|
* Remove an extraneous word.Nicholas Marriott2012-05-23
|
* Sync OpenBSD patchset 1121:Tiago Cunha2012-05-22
| | | | | | Store client in tty struct directly instead of using a callback function pointer.
* Sync OpenBSD patchset 1120:Tiago Cunha2012-05-22
| | | | | Store mouse data in tty structure not on the stack.
* Sync OpenBSD patchset 1119:Tiago Cunha2012-05-22
| | | | | | Switch all of the various choose- and list- commands over to the format infrastructure, from Thomas Adam.
* Sync OpenBSD patchset 1118:Tiago Cunha2012-05-22
| | | | | Add a helper function to send ready message.
* Sync OpenBSD patchset 1117:Tiago Cunha2012-05-22
| | | | | Use tty_pane_full_width macro in some more places.
* Sync OpenBSD patchset 1116:Tiago Cunha2012-05-22
| | | | | | If there are any terminals with insert mode but not ich1, they can go through the slow path. Tidies code slightly.
* Sync OpenBSD patchset 1115:Tiago Cunha2012-05-22
| | | | | Move some common code to repeat spaces into a function.
* 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.