Commit Graph

7234 Commits

Author SHA1 Message Date
8053b65f1e Fix select-pane -m, GitHub issuie 1490. 2018-09-28 09:38:22 +01:00
a00cdcdfcb Merge branch 'obsd-master' 2018-09-27 11:02:37 +01:00
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
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
b74b047730 More of revert. 2018-09-26 16:49:03 +01:00
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
6abb62df1e Change the B into a +. 2018-09-25 21:57:29 +01:00
7cf00d6b72 Merge branch 'obsd-master' 2018-09-25 17:02:41 +01:00
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
cbf1504fca Do not clamp to needed size since it may be too big. 2018-09-25 15:15:44 +01:00
83b2d5c513 window_printable_flags needs an additional argument. 2018-09-25 09:55:49 +01:00
b4e74f4310 Add a B flag to mark windows bigger than the client. 2018-09-25 09:54:47 +01:00
26d73a7736 Ignore clients that are suspended or exiting. 2018-09-25 09:48:48 +01:00
57069287a1 Add to TODO. 2018-09-25 08:27:53 +01:00
4799f43298 Merge branch 'obsd-master' 2018-09-24 17:02:38 +01:00
7bc6c105b7 Only include pane status in minimum size if it is turned on, GitHub
issue 1480.
2018-09-24 15:29:56 +00:00
ad71e7f9d2 Calculate size when trimming RHS correctly. 2018-09-24 12:17:29 +01:00
71d2ab184b Fix up merge. 2018-09-12 07:15:27 +01:00
c067af8e7d Merge branch 'obsd-master' 2018-09-11 20:11:11 +01:00
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
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
84df87011c x,y -> px,py. 2018-09-11 09:39:28 +01:00
5e36d52651 Merge branch 'obsd-master' 2018-09-11 09:21:16 +01:00
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
9b32758a0c Merge branch 'obsd-master' 2018-09-10 09:02:39 +01:00
5aa435a9f0 window_get_active_at needs to check visible also. 2018-09-10 07:51:11 +01:00
1b92afa799 Do not clear selection when searching. 2018-09-10 06:48:01 +00:00
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
8598fd1bc5 Add to TODO. 2018-09-09 07:52:28 +01:00
59df942e09 Fixes to resize-window from Ben Boeckel. 2018-09-05 08:43:58 +01:00
621bb15b83 Cast parameters to tparm, from Christos Zoulas via Leonardo Taccari. 2018-09-05 08:42:17 +01:00
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
0c07b10b30 Merge branch 'obsd-master' 2018-09-03 11:02:39 +01:00
8f9491ddfe Allow a large line number to go to the end with goto-line, from Mark
Kelly in GitHub issue 1460.
2018-09-03 08:51:43 +00:00
9bab73f489 Fix selection test, from Takeshi Banse. 2018-09-03 08:47:27 +00:00
4e867202e8 Add to TODO. 2018-08-31 14:10:51 +01:00
e27b588b6c Merge branch 'obsd-master' 2018-08-29 21:02:37 +01:00
479cac4896 Fix target line for fast path in tty_draw_pane. 2018-08-29 20:52:27 +01:00
95e3e363ff Reset line flag when clearing selection, GitHub issue 1454. 2018-08-29 18:54:23 +00:00
7637518b07 Fix refresh-client flags. 2018-08-29 18:59:43 +01:00
9263a65b5f Update TODO. 2018-08-29 18:52:04 +01:00
b29028a914 Merge branch 'obsd-master' 2018-08-29 13:02:38 +01:00
1ea17a72f0 Merge branch 'obsd-master' 2018-08-29 11:02:36 +01:00
f57aa143c1 Keep any text killed in the command prompt with C-w and yank it with
C-y, only use the top buffer if no text has previously been killed. This
and previous change promped by discussion with kn@.
2018-08-29 09:50:32 +00:00
e53094bc5f Add C-Left and C-Right as aliases for M-b and M-f. 2018-08-29 08:56:51 +00:00
18b611bc8d Merge branch 'obsd-master' 2018-08-27 13:02:38 +01:00
79d2351ce8 Memory leaks, from Gang Fan in GitHub issue 1453. 2018-08-27 11:03:34 +00:00
79a9472dbc tty_clamp_* need to use wp->xoff and wp->yoff for the check (which
don't include status line, line ox and oy), but ctx->xoff and yp->off
to calculate the position (which do have the statu line).
2018-08-26 14:10:39 +01:00
d64daf874f Merge branch 'obsd-master' 2018-08-26 11:02:38 +01:00
1b4402c823 Add q: format prefix to escape sh(1) special characters. Suggested by
someone ages ago and then more recently in GitHub issue 1449.
2018-08-26 09:28:42 +00:00