| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
tweak previous;
|
|
|
|
|
| |
Add a missing .Pp and sort options alphabetically, from Tiago Cunha.
|
|
|
|
|
|
| |
server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes
crash seen by Dan Harnett.
|
|
|
|
|
| |
Style tweaks.
|
|
|
|
|
|
|
|
|
|
|
| |
Store sessions in an RB tree by name rather than a list, this is tidier
and allows them to easily be shown sorted in various lists
(list-sessions/choose-sessions).
Keep a session index which is used in a couple of places internally but
make it an ever-increasing number rather than filling in gaps with new
sessions.
|
|
|
|
|
| |
Fix another stray addition that was too early. Oops.
|
|
|
|
|
| |
Undo a change to next/previous session that got mixed in prematurely.
|
|
|
|
|
|
| |
Dead sessions are never on the active sessions list, so the SESSION_DEAD
flag is effectively unused. Remove it.
|
|
|
|
|
| |
Use pointer rather than index for the client's last session.
|
|
|
|
|
|
|
| |
Unify the way sessions are used by callbacks - store the address and use
the reference count, then check it is still on the global sessions list
in the callback.
|
|
|
|
|
| |
Don't nuke the index counter when a session group comes up.
|
|
|
|
|
|
|
| |
Add other-pane-height and other-pane-width options, allowing the width
or height of the smaller panes in the main-horizontal and main-vertical
layouts to be set. Mostly from David Goodlad.
|
| |
|
|
|
|
|
|
| |
environment rather than getenv, this allows them to be updated during
the configuration file.
|
|
|
|
|
| |
a key binding (L) to move a client back to its last session.
|
|
|
|
|
| |
and remove the priority list for now.
|
|
|
|
|
| |
selection on the right edge but on the left it is.
|
|
|
|
|
| |
than per-client history.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Set the default value of main-pane-width to 80, rather than 81.
|
|
|
|
|
| |
window. From Thomas Adam.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: 2010/11/29 19:45:58
Author: nicm
Branch: HEAD
Tag: (none)
Log:
If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys
to vi.
Based on a diff from martynas@, previously requested by a couple of
other people.
Members:
tmux.1:1.190->1.191
tmux.c:1.93->1.94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: 2010/11/22 21:13:13
Author: nicm
Branch: HEAD
Tag: (none)
Log:
There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't
be and I can't find it, but the flag itself is a useless optimisation
that only applies to automatic-resize windows, so just dispose of it
entirely.
Fixes problems reported by Nicholas Riley.
Members:
resize.c:1.5->1.6
tmux.h:1.246->1.247
tty.c:1.92->1.93
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: 2010/11/15 06:52:11
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Show more window and pane flags in list-* output, and put layout on the
same line.
Members:
cmd-list-panes.c:1.5->1.6
cmd-list-windows.c:1.9->1.10
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: 2010/11/14 09:04:22
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Update man page for update-environment.
Members:
tmux.1:1.189->1.190
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: 2010/11/14 08:58:25
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Don't allow last and active window to become the same - a very bad move
when the active window is closed and freed. Reported by sthen@.
Members:
window.c:1.58->1.59
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: 2010/11/11 20:54:06
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Flag to flush all key bindings from Rob Paisley.
Members:
cmd-unbind-key.c:1.7->1.8
tmux.1:1.188->1.189
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: 2010/11/11 20:51:30
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Declaration in header should be extern.
Members:
tmux.h:1.245->1.246
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: 2010/11/01 20:59:45
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Typo, from Rob Paisley.
Members:
tmux.1:1.187->1.188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|PatchSet 781
|Date: 2010/10/29 21:11:57
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|We now send argv to the server after parsing it in the client to get the
|command, so the client should not modify it. Instead, take a copy. Fixes
|parsing command lists, reported by mcbride@.
|
|Members:
| cmd-list.c:1.5->1.6
| cmd.c:1.45->1.46
| tmux.h:1.244->1.245
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
more than zero.
|
| |
|