| Commit message (Collapse) | Author | Age |
|
|
|
| |
Tell git not to consider certain files, such as object files.
|
| |
|
| |
|
|
|
|
|
| |
Change a log to fprintf that was missed last time around, from Tiago Cunha.
|
|
|
|
|
|
|
|
| |
Instead of requiring a prompt to enter all numbers >10, go back to
0-9a-z and add A-Z and enter the prompt when M-0 to M-9 are pressed
(like in copy mode). Prompted by request from mcbride@, help from Thomas
Adam.
|
|
|
|
|
| |
xterm won't reach version 500 for a while so set that as the upper limit.
|
|
|
|
|
|
|
| |
Fix up window reference counting and don't crash if the rename timer
fires while the window is dead but still referenced. Fixes problem
reported by Michael Scholz.
|
|
|
|
|
| |
Boldify windows with alerts in choose-* list.
|
|
|
|
|
| |
Tidy up tty_write, from Sean Estabrooks.
|
|
|
|
|
|
| |
Use a separate define for each default format template and strip clutter
from the choose-tree defaults.
|
| |
|
| |
|
|
|
|
|
|
| |
Simplify width calculation (all numbers always sequential) and don't
rely on uninitialized data, from Thomas Adam.
|
|
|
|
|
| |
Remove dead code, from Sean Estabrooks.
|
|
|
|
|
| |
Another missing format from sam at sltosis.org.
|
|
|
|
|
| |
Fix a return type.
|
|
|
|
|
|
|
| |
Instead of numbering choose mode items 0-9a-z and then nothing, number
them all and if there are more than 10 use a prompt when 0-9 is
pressed. From Thomas Adam.
|
|
|
|
|
| |
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.
|