| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
|
|
|
| |
On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for
scrolling the region in panes (if the large region check isn't
hit). With help from Ailin Nemui.
|
| |
|
|
|
|
|
|
| |
Add notify hooks for various events, the functions are currently empty
stubs but will be filled in for control mode later. From George Nachman.
|
|
|
|
|
| |
Use snprintf for constructing attribute string, from Tim Ruehsen.
|
|
|
|
|
|
| |
Add a wrap-search option to turn off wrapping of searches in copy
mode. From Jacobo de Vera.
|
|
|
|
|
|
| |
Michael Krysiak points out that some terminals (eg mintty) have cursor
styles 5 and 6 too, so allow them to be set.
|
|
|
|
|
|
| |
Need to call recalculate_sizes() when changing window with the mouse,
from marcel partap.
|
|
|
|
|
| |
Add -q option to set-option to turn off info message, from marcel partap.
|
|
|
|
|
|
| |
Break out termios initialization into a separate function, from George
Nachman.
|
|
|
|
|
|
| |
Do not clear to end of line if the line is full, fixes missing last
character in rightmost pane.
|
|
|
|
|
|
| |
Use the region lower not the pane size to work out where the bottom line
is.
|
|
|
|
|
| |
Tweak last fix to actually hit the right end of pane.
|
|
|
|
|
| |
Fix warnings. Doh.
|
|
|
|
|
|
| |
Check event_initialized before event_del if event may not have been set
up; libevent2 complains about this. Reported by Moriyoshi Koizumi.
|
|
|
|
|
| |
Redirect libevent logging to tmux's log.
|
|
|
|
|
|
|
| |
Revert screen-write.c r1.54 and fix the bug properly. After wrapping a
line in a pane, the cursor needs to move to the next line unless it
scrolled.
|
|
|
|
|
|
| |
Send secondary DA to terminals with XT in terminfo when starting up and
parse it to work out the xterm version.
|
|
|
|
|
| |
Respond to secondary DA requests.
|
|
|
|
|
| |
Fix a warning. Doh.
|
|
|
|
|
|
| |
Add a helper function for enabling an optimization to make some code
clearer.
|
|
|
|
|
|
| |
Store context off before moving the cursor when wrapping, to fix long
standing bug drawing over the status line.
|
|
|
|
|
| |
Add -P/-F flags to break-pane too, from George Nachman.
|
|
|
|
|
| |
Erm, use EL in a way that actually works...
|
|
|
|
|
| |
Use EL to clear to end of line if possible.
|
|
|
|
|
|
| |
Always remember last cursor position when moving up or down, not just
for if crossing zero length lines. From Itay Perl.
|
|
|
|
|
| |
Remove some bits leftover from unused backoff code.
|
|
|
|
|
| |
Add a missing call to window_set_name, from George Nachman.
|
|
|
|
|
|
|
| |
Use a lock file and flock() to serialize server start, avoids problems
when running a bunch of tmux from cron at the same time. Based on a diff
from Tim Ruehsen.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
free -> xfree.
|
|
|
|
|
|
| |
Add -F format to new-window and split-window to use with the -P flag,
from George Nachman.
|
|
|
|
|
|
| |
Accept hex values as keys, needed for send-keys, based on a diff from
George Nachman.
|
|
|
|
|
| |
Add A and I keys for vi status line editing.
|
|
|
|
|
|
| |
Terminate strftime buffer properly and free format string, whoops. From
Tiago Cunha.
|
|
|
|
|
|
|
|
|
| |
Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if
this is used and the application has requested bracketed pastes, then
tmux surrounds the pasted text by \033[200~ and \033[201~. Applications
like vim can (apparently) use this to avoid, for example, indenting the
text. From Ailin Nemui.
|
|
|
|
|
|
| |
The wlmouse offset should be part of the client, not the server. From
Ailin Nemui.
|
|
|
|
|
|
|
| |
Add move-pane command (like join-pane but allows the same window). Also
-b flag to join-pane and move-pane to place the pane to the left or
above. From George Nachman.
|
|
|
|
|
| |
Add printf attribute to a couple of functions, from Tim Ruehsen.
|
|
|
|
|
|
| |
Allow a single option to be specified to show-options to show just that
option.
|
|
|
|
|
| |
Use format for display-message, based on a diff from George Nachman.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Sort some entries, from Ben Boeckel.
|
|
|
|
|
| |
Add a wrapper function tty_set_size from George Nachman.
|
|
|
|
|
| |
Don't die if fail to get root directory, from Ben Boeckel.
|