| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
|
|
| |
Option to set the characters considered word separators in copy mode, from
Micah Cowan.
|
|
|
|
|
|
|
| |
In load-buffer, read until EOF rather than using stat() and reading a fixed
size. Allows use of FIFOs and whatnot. From Tiago Cunha, idea from Fulvio
Ciriaco.
|
|
|
|
|
|
|
| |
Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor
should not wrap at the end of the text on the line but should be allowed to
move freely.
|
|
|
|
|
| |
Display -t argument to new-session, from Tiago Cunha.
|
|
|
|
|
|
| |
have_arg matches buf so it is no longer necessary, spotted by Tim van der
Molen.
|
|
|
|
|
|
| |
copy mode uses the real screen as backing and if it is updated while copying,
strange things can happen. So, freeze reading from the pty while in copy mode.
|
| |
|
| |
|
|
|
|
|
|
| |
Make next-word stop at beginning of word even if it is at the start of the
line, from Micah Cowan.
|
|
|
|
|
| |
Man page additions/improvements, thanks to Robin Lee Powell.
|
|
|
|
|
|
| |
Don't strip add newline if only copying part of wrapped line. Problem spotted
by and fix from Micah Cowan.
|
|
|
|
|
|
| |
Add "N" key to search the opposite way from the last search (reverse of "n"),
from Micah Cowan.
|
|
|
|
|
| |
Clarify default status-right, from Seth Wright.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Add an option to disable the smcup/rmcup alternate screen behaviour inside
tmux. From clemens fischer.
|
|
|
|
|
| |
next-layout is bound to Space not C-Space.
|
|
|
|
|
| |
Use the array.h code for the causes list.
|
|
|
|
|
|
| |
Support attaching a client read-only with a new -r flag to the attach-session
command.
|
|
|
|
|
|
| |
Change nested check to compare server socket path rather than just assuming
that if $TMUX is set it is nested. From Micah Cowan.
|
|
|
|
|
| |
Clean up $TMUX parsing, from Micah Cowan, tweaked by me.
|
|
|
|
|
| |
Rectangle copy support, from Robin Lee Powell.
|
|
|
|
|
|
|
| |
Instead of bailing out on the first configuration file error, carry on,
collecting all the errors, then start with the active window in more mode
displaying them.
|
| |
|
|
|
|
|
|
|
|
|
| |
vi-style B, W and E keys in copy mode to navigate between words treating only
spaces as word separators. Also add . to the list of word separators for
standard word navigation.
From Micah Cowan, tweaked slightly by me.
|
|
|
|
|
|
| |
Read the path from $TMUX if it is present and -L and -S are not given. Based on
a diff from Micah Cowan.
|
|
|
|
|
|
| |
Option to display the active pane in a different colour with the display-panes
command. From Paul Hoffman, thanks.
|
|
|
|
|
| |
Fix divide by zero on small windows with main-* layouts.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
If redrawing line 0 of the screen onto the tty, there can't be a wrap flag on
the previous line, so move the cursor. Fixes status line redraw issues when
resizing in choose mode and hopefully at other times as well.
|
|
|
|
|
| |
Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.
|
|
|
|
|
| |
Remove unnecessary comparison, pointed out by Tiago Cunha.
|
|
|
|
|
|
| |
Don't stop parsing command sequences when a command requests the client to
stick around (attach-session/new-session).
|
|
|
|
|
| |
Ignore SIGHUP as well.
|
| |
|
| |
|
|
|
|
|
| |
Typo, from Micah Cowan.
|
|
|
|
|
| |
Actually bind the new key to e.
|
|
|
|
|
|
| |
Calculate offset correctly, fixes incorrect offset and prevents crash when
status-left is empty. From Micah Cowan.
|
|
|
|
|
|
| |
Alter next-word to have vi-like movement behaviour, and add next-word-end with
the existing emacs behaviour. From Micah Cowan.
|
|
|
|
|
| |
Actually use the copy made when no newline is found, from martynas@.
|
|
|
|
|
| |
Hugely simplify window_copy_cursor_next_word, which was way overcomplicated.
|
|
|
|
|
| |
Update the selection properly after goto line or searching.
|
|
|
|
|
| |
Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.
|
| |
|
|
|
|
|
|
| |
Redraw properly when scrolling backward and the cursor is on the last
line. Based on a fix from Micah Cowan.
|