| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
| |
Terminate strftime buffer properly even if a really long format string
is given, from Tiago Cunha.
|
|
|
|
|
| |
Fix memory leak in error path, from Tiago Cunha.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove unused backoff code that doesn't do any good.
|
|
|
|
|
| |
Show pane size in top right of display panes mode.
|
| |
|
|
|
|
|
| |
it's -> its.
|
|
|
|
|
| |
Use RB trees not SPLAY.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Drop the ability to have a list of keys in the prefix in favour of two
separate options, prefix and prefix2. This simplifies the code and gets
rid the data options type which was only used for this one option.
Also add a -2 flag to send-prefix to send the secondary prefix key,
fixing a cause of minor irritation.
People who want three prefix keys are out of luck :-).
|
|
|
|
|
|
| |
Add strings to allow the aixterm bright colours to be used when
configuring colours, requested by Elliott Cable a few months ago.
|
|
|
|
|
| |
One day I will actually fix ALL the warnings before I commit...
|
|
|
|
|
|
| |
Add a -R flag to send-keys to reset the terminal. Written ages ago and
Suggested by someone, I forget who.
|
|
|
|
|
|
| |
Only hide flags on the current window when the session is attached, from
Roland Walker.
|
|
|
|
|
| |
Add some const and fix a warning.
|
|
|
|
|
|
| |
Add some trivial additional status line attributes from jwcxz at users
dot sourceforge dot net.
|
|
|
|
|
| |
Remove trailing spaces.
|
|
|
|
|
|
| |
Add an option to disable the window rename escape sequence, from Romain
Francoise.
|
|
|
|
|
| |
Add space movement keys for vi mode in the status line from Ben Boeckel.
|
|
|
|
|
|
| |
Calculate last position correctly for UTF-8 wide characters, reported by
Matthias Lederhofer.
|
| |
|
|
|
|
|
|
| |
Add a man page section on window names and pane titles, from Felix
Rosencrantz.
|
|
|
|
|
|
|
| |
Show how to set default-path to revert to tmux's old behaviour of opening
new windows in the current working directory at the time tmux was started,
it's not obvious. naddy@ agrees this is a useful inclusion.
|
|
|
|
|
| |
Add CNL and CPL escape sequences.
|
|
|
|
|
|
|
| |
Allow $HOME as default-path in tmux.conf so the same config file can be used
on different machines regardless of where the user's home directory is.
ok nicm
|
|
|
|
|
| |
Add \033[s and \033[u to save and restore cursor position.
|
| |
|
|
|
|
|
|
| |
Extend history that can be captured to INT_MIN rather than
SHRT_MIN. From Chris Johnsen.
|
|
|
|
|
|
| |
Reset flags on every loop or it is displayed too often, from Chris
Johnsen.
|
|
|
|
|
| |
formatting errors, found using freebsd's "igor";
|
|
|
|
|
|
|
| |
Fix so that when mouse-select-pane and mouse-select-window are both
enabled, clicking on the status line does not change the current
pane. From Romain Francoise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
default-path isn't empty, it is used. Otherwise:
1) If tmux neww is run from the command line, the working directory of the
client is used.
2) Otherwise use some platform specific code to retrieve the current working
directory of the process in the active pane.
3) If that fails, the directory where the session was created is used.
Idea and support code, Linux, Solaris, FreeBSD bits by Romain Francoise,
OpenBSD bits by me.
|
|
|
|
|
|
|
|
| |
Support "jump to" like vi in copy mode using t and T keys. Also add x
and X for delete in edit mode.
From Ben Boeckel, thanks.
|
|
|
|
|
| |
Log terminal overrides.
|
|
|
|
|
| |
Add home and end keys for command prompt, from Matthias Lederhofer.
|
|
|
|
|
|
| |
Make M-f and M-b work the same at the command prompt as in copy mode,
pointed out by Romain Francoise.
|
| |
|
|
|
|
|
|
| |
Add word movement and editing command for command prompt editing, from
Ben Boeckel.
|
|
|
|
|
|
| |
Move word-separators to be a session rather than window option, from Ben
Boeckel.
|
|
|
|
|
| |
Add a pane_index format string and use it, from Ben Boeckel.
|
|
|
|
|
| |
Make window_pane_index work the same as window_index, from Ben Boeckel.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen.
|