| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Add some missing formats from Samuel Le Thiec.
|
|
|
|
|
| |
Document pane_index variable, from sam at sltosis dot org.
|
|
|
|
|
|
|
| |
Add a queue of notifys and a way to turn them off and on (we do not want
notifys to happen during some commands). Based on code from George
Nachman.
|
| |
|
| |
|
|
|
|
|
| |
Nuke unused variable from Thomas Adam.
|
|
|
|
|
|
| |
our own. This is analogous to the recent changes to the detach-client and
kill-{session,window} commands.
|
|
|
|
|
| |
needed by an upcoming change.
|
| |
|
|
|
|
|
|
|
|
| |
Make command exec functions return an enum rather than -1/0/1 values and
add a new value to mean "leave client running but don't attach" to fix
problems with using some commands in a command sequence. Most of the
work by Thomas Adam, problem reported by "jspenguin" on SF bug 3535531.
|
|
|
|
|
| |
xfree is not particularly helpful, remove it. From Thomas Adam.
|
|
|
|
|
| |
Move a NULL check inside a function, from Tiago Cunha.
|
|
|
|
|
| |
Fix choose-tree usage string.
|
|
|
|
|
| |
remove extraneous line;
|
|
|
|
|
| |
choose-tree command.
|
|
|
|
|
|
|
| |
Add choose-tree command to show windows and sessions in the same
list. Change choose-window and -session to use the same code. From
Thomas Adam.
|
|
|
|
|
| |
Clear flags across all sessions, from Thomas Adam.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Clean up and simplify the choose mode code, from Thomas Adam.
|
|
|
|
|
| |
Trim a blank line.
|
|
|
|
|
| |
Remove a couple of unused variables from redbrain at gcc dot gnu dot org.
|
| |
|
|
|
|
|
| |
Actually write all the data to stdout/stderr.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Tidy up bell code, from Thomas Adam.
|
|
|
|
|
|
| |
Add a couple of NULL pointer checks to key binding functions, from
jspenguin on SF bug 3535531.
|
|
|
|
|
|
| |
Do not crash when the current session has no window, fixes a bug
reported by Giorgio Lando. Fix from Thomas Adam.
|
|
|
|
|
| |
Add -a for kill-session, from Thomas Adam.
|
|
|
|
|
| |
Add -a flag for detach-client, from Thomas Adam.
|
|
|
|
|
| |
Simplify references to alerts in the man page, from Thomas Adam.
|
| |
|
|
|
|
|
|
| |
Add pane title to choose-window template and use the right index for the
pane, from Romain Francoise.
|
|
|
|
|
| |
Use RB_FOREACH_SAFE as winlinks are being removed, from Chris Johnsen.
|
|
|
|
|
| |
Use session from -t for killw -a, from Chris Johnsen.
|
|
|
|
|
|
| |
Use default-shell not _PATH_BSHELL to spawn commands, pointed out by
Dennis G?nnewig and Thomas Adam.
|
|
|
|
|
| |
Trim a double space from template.
|
|
|
|
|
|
| |
Strip layout from choose-windows again (leave in list-windows),
suggested by Romain Francoise, diff from Thomas Adam.
|
|
|
|
|
| |
Fix client templates, from Romain Francoise.
|
|
|
|
|
| |
Simplify logging and just fprintf(stderr, ...) for early errors.
|
|
|
|
|
| |
Use a predefined structure for not-space cells used to set attributes.
|
| |
|
| |
|
|
|
|
|
|
| |
Store client in tty struct directly instead of using a callback function
pointer.
|
|
|
|
|
| |
Store mouse data in tty structure not on the stack.
|
|
|
|
|
|
| |
Switch all of the various choose- and list- commands over to the format
infrastructure, from Thomas Adam.
|
|
|
|
|
| |
Add a helper function to send ready message.
|