aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2020-04-01 07:35:10 +0000
committernicm <nicm>2020-04-01 07:35:10 +0000
commit46ed81fc45c26e383e6bb97b0bf624a3087b217f (patch)
tree01dde7c07c6a243833cd130206eb1c9b7fdf4cfe /tmux.1
parent38f1546a667c014a77778f6dd91898dbf41b077f (diff)
downloadrtmux-46ed81fc45c26e383e6bb97b0bf624a3087b217f.tar.gz
rtmux-46ed81fc45c26e383e6bb97b0bf624a3087b217f.tar.bz2
rtmux-46ed81fc45c26e383e6bb97b0bf624a3087b217f.zip
Performance improvements for regex searching, most notably:
- Use the grid data directly instead of copying it. - Special case the most typical one byte character cells and use memcmp for multiple bytes instead of a handrolled loop. - Hoist regcomp out of the loop into the calling functions. GitHub issue 2143. Also a man page from from jmc@.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index e785cf8b..ab214fe8 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2312,7 +2312,8 @@ and unzoomed (its normal position in the layout).
.Fl M
begins mouse resizing (only valid if bound to a mouse key binding, see
.Sx MOUSE SUPPORT ) .
-.Pp T
+.Pp
+.Fl T
trims all lines below the current cursor position and moves lines out of the
history to replace them.
.It Xo Ic resize-window