Nicholas Marriott
2dfdb55ace
Handle pan correctly when the terminal is bigger than the window.
2018-10-18 09:24:15 +01:00
nicm
a51668ca06
Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard
...
is changed to on), also add refresh-client -l to ask tmux to use the
same mechanism to get the clipboard from the terminal outside
tmux. GitHub issue 1477.
2018-10-18 08:04:14 +00:00
nicm
bc0e527f32
Support for extended underline styles on terminals which offer them,
...
enabled by adding the Smulx capability with terminal-overrides (add
something like ',vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.
2018-10-18 07:57:57 +00:00
Nicholas Marriott
f54f171d5c
Merge branch '2.8-rc'
2018-10-17 19:33:43 +01:00
Nicholas Marriott
01918cb017
tmux 2.8.
2018-10-17 19:29:35 +01:00
Nicholas Marriott
a2c52d9f26
Add to TODO.
2018-10-16 14:16:48 +01:00
Nicholas Marriott
407075d8c7
Add to TODO.
2018-10-16 14:12:33 +01:00
Nicholas Marriott
cdd8c93f54
Add to TODO file.
2018-10-15 09:09:40 +01:00
Nicholas Marriott
c88e945bc5
Support OSC 52 ? to read the top buffer inside tmux, also add
...
refresh-client -l to get the clipboard outside tmux. GitHub issue
1477.
2018-10-11 16:20:14 +01:00
Nicholas Marriott
018f1b8a80
Use :: for escaping : in terminal-overrides not \:.
2018-10-08 19:42:55 +01:00
Nicholas Marriott
4b9e76aaaa
Support for extended underline styles, enabled by adding the Smulx
...
capability with terminal-overrides (add something like
'vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.
2018-10-08 13:21:37 +01:00
Nicholas Marriott
46847e9b2e
Update TODO.
2018-10-08 13:06:37 +01:00
Nicholas Marriott
1952b3f746
Update CHANGES.
2018-10-07 15:06:40 +01:00
Nicholas Marriott
546060f340
Update TODO.
2018-10-07 15:01:41 +01:00
Thomas Adam
c44bb2df17
Merge branch 'obsd-master'
2018-10-03 17:02:38 +01:00
nicm
f7c85f3ed8
Do not move the cursor when the mouse wheel is used, GitHub issue 1493.
2018-10-03 15:27:55 +00:00
Nicholas Marriott
5a7cf897f2
Correctly check offset for drawing multiple cells, GitHub issue 1481.
2018-10-01 19:47:58 +01:00
Nicholas Marriott
8053b65f1e
Fix select-pane -m, GitHub issuie 1490.
2018-09-28 09:38:22 +01:00
Thomas Adam
a00cdcdfcb
Merge branch 'obsd-master'
2018-09-27 11:02:37 +01:00
nicm
228e1a3951
Use same working directory rules for jobs as new windows rather than
...
always starting in home, GitHub issue 1488.
2018-09-27 07:43:18 +00:00
Nicholas Marriott
ebaf54251a
Add formats for when window is larger than client, and show offset in
...
status-right by default when larger.
2018-09-26 18:41:18 +01:00
Nicholas Marriott
b74b047730
More of revert.
2018-09-26 16:49:03 +01:00
Nicholas Marriott
04c6db2d0f
Revert "Add a B flag to mark windows bigger than the client."
...
This reverts commit b4e74f4310
.
2018-09-26 16:42:29 +01:00
Nicholas Marriott
6abb62df1e
Change the B into a +.
2018-09-25 21:57:29 +01:00
Thomas Adam
7cf00d6b72
Merge branch 'obsd-master'
2018-09-25 17:02:41 +01:00
nicm
7d59f82cf9
Allow panes to be 1 line or column by redrawing instead of using the
...
scroll region, from Soeren Tempel in GitHub issue 1487.
2018-09-25 14:27:20 +00:00
Nicholas Marriott
cbf1504fca
Do not clamp to needed size since it may be too big.
2018-09-25 15:15:44 +01:00
Nicholas Marriott
83b2d5c513
window_printable_flags needs an additional argument.
2018-09-25 09:55:49 +01:00
Nicholas Marriott
b4e74f4310
Add a B flag to mark windows bigger than the client.
2018-09-25 09:54:47 +01:00
Nicholas Marriott
26d73a7736
Ignore clients that are suspended or exiting.
2018-09-25 09:48:48 +01:00
Nicholas Marriott
57069287a1
Add to TODO.
2018-09-25 08:27:53 +01:00
Thomas Adam
4799f43298
Merge branch 'obsd-master'
2018-09-24 17:02:38 +01:00
nicm
7bc6c105b7
Only include pane status in minimum size if it is turned on, GitHub
...
issue 1480.
2018-09-24 15:29:56 +00:00
Nicholas Marriott
ad71e7f9d2
Calculate size when trimming RHS correctly.
2018-09-24 12:17:29 +01:00
Nicholas Marriott
71d2ab184b
Fix up merge.
2018-09-12 07:15:27 +01:00
Thomas Adam
c067af8e7d
Merge branch 'obsd-master'
2018-09-11 20:11:11 +01:00
Nicholas Marriott
3fa538181b
Restore window_pane_visible for drawing panes and borders, fixes issue
...
1458 reported by Felix Rosencrantz, problem located by Avi Halachmi.
2018-09-11 18:34:53 +01:00
nicm
be2201200f
The cursor position is limited to the margins for CUF and CUB, so turn
...
margins off for printing cells (like most everything else already
does). Problem reported by Thomas Sattler.
2018-09-11 17:31:01 +00:00
Nicholas Marriott
84df87011c
x,y -> px,py.
2018-09-11 09:39:28 +01:00
Thomas Adam
5e36d52651
Merge branch 'obsd-master'
2018-09-11 09:21:16 +01:00
nicm
bd9133b31d
Do not check for mouse events on pane borders when zoomed, based on a
...
fix from Avi Halachmi.
2018-09-11 06:37:54 +00:00
Thomas Adam
9b32758a0c
Merge branch 'obsd-master'
2018-09-10 09:02:39 +01:00
Nicholas Marriott
5aa435a9f0
window_get_active_at needs to check visible also.
2018-09-10 07:51:11 +01:00
nicm
1b92afa799
Do not clear selection when searching.
2018-09-10 06:48:01 +00:00
Nicholas Marriott
a618271e12
Bring back window_pane_visible to stop input going to panes which are
...
hidden by zoom.
2018-09-10 07:19:17 +01:00
Nicholas Marriott
8598fd1bc5
Add to TODO.
2018-09-09 07:52:28 +01:00
Nicholas Marriott
59df942e09
Fixes to resize-window from Ben Boeckel.
2018-09-05 08:43:58 +01:00
Nicholas Marriott
621bb15b83
Cast parameters to tparm, from Christos Zoulas via Leonardo Taccari.
2018-09-05 08:42:17 +01:00
Thomas Adam
8e24b0bb3e
Makefile.am: Add space between -f and argument
...
Required for some (older) aek instance -- namely NetBSD.
2018-09-04 13:13:32 +01:00
Thomas Adam
0c07b10b30
Merge branch 'obsd-master'
2018-09-03 11:02:39 +01:00