| Commit message (Collapse) | Author | Age |
| ... | |
| | |
|
| | |
|
| |
|
|
|
|
|
| |
"source-file /dev/zero".
This commit dedicated to Tom: protecting idiots from their own stupidity for more than 20 years.
|
| |
|
|
| |
character and seeing how much the cursor moves. Currently tries to figure out if this works by some stupid checks on the terminal, these need to be rethought. Also might be better using a width 1 character rather than width 2.
|
| |
|
|
| |
that anyone who configures it probably wants UTF-8. Not certain if this is a perfect idea but let's see if it causes any problems.
|
| |
|
|
|
|
|
|
|
| |
highlight the status line if it matches.
- To make this possible, the function cmd_find_window_search from
cmd-find-window.c had to be moved to window.c and renamed window_pane_search.
- While there use three new functions in server.c to check for bell, activity,
and content, to avoid too much nesting.
|
| | |
|
| |
|
|
|
| |
Also update CHANGES/TODO.
|
| | |
|
| | |
|
| |
|
|
| |
the upper paste buffer. Suggested by Dan Colish.
|
| | |
|
| |
|
|
| |
Should fix terminals which use this to detect line breaks.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
but meh.
|
| | |
|
| |
|
|
|
| |
Get rid of vis.* in favour of a small replacement function.
|
| |
|
|
|
| |
input entered from being added to the client's prompt history. From nicm.
|
| |
|
|
|
|
| |
- Bound "&" and "x" by default to confirm-before "kill-window" and
confirm-before "kill-pane", respectively.
|
| | |
|
| |
|
|
|
| |
console. Many thanks for a very informative email from Christian Weisgerber.
|
| | |
|
| |
|
|
|
| |
key (or other key prefixed by \033) is pressed. Reported by Stuart Henderson.
|
| | |
|
| |
|
|
|
| |
the entire window.
|
| |
|
|
|
|
|
| |
redraw the entire window. Also add a flag to skip updating the window any
further if it is scheduled to be redrawn. This has the effect of batching
multiple redraws together.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
issues - particularly, don't mix with manual pane resizing and be careful when
viewing from multiple clients; generally cycling the layout a few times will
fix most problems. Getting this in for testing while I think about how to deal
with manual mode.
Split window as normal and cycle the layouts with C-b space. Some of the
layouts will work better when swap-pane comes along.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
as UTF-8 in a separate array, the code does a lookup into this every time it
gets to a UTF-8 cell. Zero width characters are just appended onto the UTF-8
data for the previous cell. This also means that almost no bytes extra are
wasted non-Unicode data (yay).
Still some oddities, such as copy mode skips over wide characters in a strange
way, and the code could do with some tidying.
|
| |
|
|
|
|
| |
is turned on when the key is bound with the -r flag to bind-key. next/previous-
window no longer repeat by default as it turned out to annoy me.
|
| |
|
|
|
|
| |
would be equivalent and terminals would pick up on this, but apparently
not. This fixes copy and paste in xterm/rxvt.
|
| |
|
|
|
|
|
|
|
|
| |
tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a
separate server, the new -L command line option should be used: this creates a
socket in the same directory with a different name ("-L main" will create
socket called "main"). -S should only be used to place the socket outside
/tmp. This makes sockets a little more secure and a bit more convenient to use
multiple servers.
|
| |
|
|
| |
windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
editing. vi or emacs mode is controlled by the session option status-keys.
|
| |
|
|
| |
which is good enough. Also increase name update time to 500 ms.
|
| | |
|
| |
|
|
| |
cursor can never be beyond $COLUMNS - 1) and does not appear to support changing this behaviour, or any of the obvious possibilities (turning off right margin wrapping, insert mode). This is irritating, most notably because it impossible to write to the very bottom-right of the screen without scrolling. To work around this, if built on FreeBSD and run with a "cons" $TERM, the bottom-right cell on the screen is omitted.
|
| |
|
|
| |
support it.
|
| |
|
|
|
|
| |
updates between clock/#() changes and doesn't require manual status-interval 0
when no updates are occuring.
|
| | |
|