381c00a74e
Merge branch 'obsd-master'
2023-11-02 22:58:45 +00:00
36e1ac6556
Unzoom window at start of destroy so it doesn't happen later (when
...
destroying panes) after the layout has been freed, GitHub issue 3717.
2023-10-23 08:12:00 +00:00
269dab4b3e
Merge branch 'obsd-master'
2023-07-10 12:01:12 +01:00
8b3e2eab5a
Use a stack for last panes line windows, from Thomas Bertschinger in
...
GitHub issue 3588.
2023-07-10 09:24:53 +00:00
9d8131c190
Merge branch 'obsd-master'
2023-04-27 19:16:08 +01:00
c21af7e446
Add a format to show if there are unseen changes while in a mode, from
...
Dan Aloni in GitHub issue 3498.
2023-03-27 08:47:57 +00:00
5086377f30
Merge branch 'obsd-master'
2023-01-08 23:26:09 +00:00
7c0789d2d2
Have client return 1 if process is interrupted to an input pane.
2023-01-08 22:17:04 +00:00
21e00e4635
Merge branch 'obsd-master'
2023-01-06 09:02:00 +00:00
09afc6c8ee
If a pane is killed, cancel reading from the file. GitHub issue 3422.
2023-01-06 07:09:27 +00:00
f7b30ed3d4
Merge branch 'obsd-master'
2022-08-24 10:01:13 +01:00
e867528209
Check for NULL returns from bufferevent_new.
2022-08-24 07:22:30 +00:00
8ff3091d16
Merge branch 'obsd-master'
2022-06-17 10:01:10 +01:00
d9f84854ac
Check cursor options when a pane is created, not just when they are changed.
2022-06-17 07:28:05 +00:00
0a8f356c72
Spacing/style nits.
2022-05-30 12:55:25 +00:00
3a6d82b7c8
Some style nits.
2022-04-06 16:39:46 +01:00
5d4c3ef762
Merge branch 'obsd-master' into master
2022-03-16 20:01:10 +00:00
e6e737ac0b
Add an option to set the character used for unused areas of the
...
terminal, GitHub issue 3110.
2022-03-16 17:00:17 +00:00
1fdec20b0d
Merge branch 'obsd-master' into master
2022-02-03 10:01:10 +00:00
c401c91ad9
Update focus when active pane changes after pane destroyed.
2022-02-03 07:38:17 +00:00
fed7b29c7e
Merge branch 'obsd-master' into master
2021-10-07 10:01:10 +01:00
9574496333
Handle splitw -I correctly when used from an attached client, GitHub
...
issue 2917.
2021-10-07 07:52:13 +00:00
609baea95e
Merge branch 'obsd-master' into master
2021-08-27 20:01:11 +01:00
fd756a150b
Allow control mode clients to set a hard limit on the window width and
...
height, GitHub issue 2594.
2021-08-27 17:15:57 +00:00
944fde7c57
Merge branch 'obsd-master' into master
2021-08-20 20:01:27 +01:00
01b13de655
Fill colour palette correctly from option for new panes, GitHub issue
...
2831.
2021-08-20 17:36:03 +00:00
54773d23b5
Merge branch 'obsd-master' into master
2021-08-14 01:34:54 +01:00
2bb0b9d6c5
Change focus to be driven by events rather than walking all panes at end
...
of event loop, this way the ordering of in and out can be enforced.
GitHub issue 2808.
2021-08-13 06:52:51 +00:00
44ada9cd67
Merge branch 'obsd-master' into master
2021-08-12 00:01:26 +01:00
7eea3d7ab8
Break the colour palette into a struct rather than just a single array
...
and use that to support the OSC palette-setting sequences in popups.
Also add a pane-colours array option to specify the defaults. GitHub
issue 2815.
2021-08-11 20:49:55 +00:00
84e22168a5
Change resize timers and flags into one timer and a queue which is
...
simpler and fixes problems with vim when resized multiple times. GitHub
issue 2677.
2021-06-10 07:33:41 +00:00
9f38a8807c
Include current client in size calculation for new sessions, GitHub
...
issue 2662.
2021-06-10 07:24:45 +00:00
cf6034da92
Change resize timers and flags into one timer and a queue to fix problems with
...
vim when resized multiple times. GitHub issue 2677.
2021-04-28 09:16:30 +01:00
cd6af4a52e
Include current client in size calcultion for new sessions, GitHub issue 2662.
2021-04-21 09:47:03 +01:00
12cfd0d22b
Merge branch 'obsd-master' into master
2021-03-11 08:01:29 +00:00
d98f9f7fe5
Add split-window -Z to start the pane zoomed, GitHub issue 2591.
2021-03-11 06:31:05 +00:00
cb7e6698f3
Merge branch 'obsd-master' into master
2021-02-22 08:01:22 +00:00
e858270006
There are many format variables now so allocating all the default ones
...
each time a tree is created is too expensive. Instead, convert them all
into callbacks and put them in a static table so they only allocate on
demand. The tree remains for the moment for extra (non-default)
variables added by for example copy mode or popups. Also reduce
expensive calls to localtime_r/strftime. GitHub issue 2253.
2021-02-22 07:09:06 +00:00
9ff017e908
Merge branch 'obsd-master' into master
2021-01-20 08:01:22 +00:00
fb774b77d0
Change so that window_flags escapes # automatically which means configs
...
will not have to change. A new format window_raw_flags contains the old
unescaped version.
2021-01-20 07:16:54 +00:00
950e982001
Merge branch 'obsd-master' into master
2020-12-15 10:01:22 +00:00
8bd29a30bf
Make synchronize-panes a pane option and add -U flag to set-option to
...
unset an option on all panes. GitHub issue 2491 from Rostislav Nesin.
2020-12-15 08:31:50 +00:00
824efe7be4
Merge branch 'obsd-master'
2020-06-13 12:01:20 +01:00
1c78155e70
Add -b flags to insert a window before (like the existing -a for after)
...
to break-pane, move-window, new-window. GitHub issue 2261.
2020-06-13 09:05:53 +00:00
92c8cc17c3
Merge branch 'obsd-master'
2020-06-05 14:01:19 +01:00
d919fa1ed0
Change how panes are resized so that the code is clearer and if the pane
...
is resized multiple times during one event loop, it is forced to resize
at the end. Also don't zoom/unzoom in switch-client if the pane hasn't
changed. GitHub issue 2260.
2020-06-05 11:20:51 +00:00
91e40de2da
Merge branch 'obsd-master'
2020-06-01 12:01:20 +01:00
a54a88edd6
Instead of sending all data to control mode clients as fast as possible,
...
add a limit of how much data will be sent to the client and try to use
it for panes with some degree of fairness. GitHub issue 2217, with
George Nachman.
2020-06-01 09:43:00 +00:00
40126ee96c
Merge branch 'obsd-master'
2020-05-21 08:55:31 +01:00
31e3f2d530
Support code for control mode flow control: allow clients to have
...
separate offsets (used and acknowleged) into the pane buffers; turn off
reading from panes when no clients can accept the data; and add a -A
flag to refresh-client to let clients turn receiving a pane on and off.
2020-05-21 07:24:13 +00:00