Nicholas Marriott
|
90ede52728
|
Merge branch 'master' into floating_panes
|
2026-06-02 20:36:08 +01:00 |
|
Thomas Adam
|
e89f02bd8f
|
Merge branch 'obsd-master'
|
2026-06-02 09:30:06 +01:00 |
|
nicm
|
ae6a749d3a
|
Move the PANE_FLOATING flag into the layout cell and add an accessor.
From Dane Jensen.
|
2026-06-02 08:13:50 +00:00 |
|
Thomas Adam
|
0759030ee8
|
Merge branch 'obsd-master'
|
2026-06-02 08:30:06 +01:00 |
|
nicm
|
35f4c8b333
|
Fix border colour bug in the floating panes branch where inactive
floating pane borders incorrectly use the active colour at intersections
with tiled pane borders. From Michael Grant.
|
2026-06-02 07:11:49 +00:00 |
|
Thomas Adam
|
2f3ef88dbf
|
Merge branch 'obsd-master'
|
2026-06-01 21:15:06 +01:00 |
|
nicm
|
3269833caa
|
Fix vertical position of scrollbar having wrong vertical offset when
status-position top, from Michael Grant.
|
2026-06-01 20:00:25 +00:00 |
|
Michael Grant
|
446aa08286
|
Bug fix vertical position of scrollbar had wrong vertical offset when status-position top.
|
2026-06-01 20:52:51 +01:00 |
|
Nicholas Marriott
|
7302549903
|
Merge branch 'master' into floating_panes
|
2026-06-01 08:44:44 +01:00 |
|
Thomas Adam
|
3f3d65e452
|
Merge branch 'obsd-master'
|
2026-05-31 22:30:06 +01:00 |
|
nicm
|
d876bb8cf3
|
When pane-border-indicators is set to "both" or "arrows", only draw
arrows on the active floating pane and no other floating panes. Also
there is no need to loop in screen_redraw_cell_border if only checking
one pane.
|
2026-05-31 21:08:23 +00:00 |
|
Thomas Adam
|
74b91d6dec
|
Merge branch 'obsd-master'
|
2026-05-30 17:45:06 +01:00 |
|
nicm
|
7a3b7ae812
|
Return empty ranges if line is below window.
|
2026-05-30 16:10:13 +00:00 |
|
Nicholas Marriott
|
e971bc79d6
|
Merge branch 'master' into floating_panes
|
2026-05-30 12:48:11 +01:00 |
|
Thomas Adam
|
35df67c893
|
Merge branch 'obsd-master'
|
2026-05-30 12:30:06 +01:00 |
|
nicm
|
290303e64f
|
Missed this file from previous.
|
2026-05-30 11:20:03 +00:00 |
|
Nicholas Marriott
|
e0215480cd
|
Merge branch 'master' into floating_panes
|
2026-05-27 22:22:38 +01:00 |
|
Thomas Adam
|
f53c4e7525
|
Merge branch 'obsd-master'
|
2026-05-27 22:15:06 +01:00 |
|
nicm
|
5c40cc43b2
|
Bring in the single-cell redraw parts for floating panes.
|
2026-05-27 20:57:53 +00:00 |
|
Nicholas Marriott
|
1ed454d102
|
Do not reduce the end position when removing padding.
|
2026-05-27 21:41:51 +01:00 |
|
Nicholas Marriott
|
20cf0d3ea9
|
Merge branch 'master' into floating_panes
|
2026-05-27 20:27:48 +01:00 |
|
Thomas Adam
|
daf9988b3a
|
Merge branch 'obsd-master'
|
2026-05-27 20:15:06 +01:00 |
|
nicm
|
ee67452772
|
Add window-pane-status-format options and adjust the default second
status line to show panes, also change how window-style is checked now
it is a pane option.
|
2026-05-27 18:57:10 +00:00 |
|
Nicholas Marriott
|
fc4641c5a5
|
Merge branch 'master' into floating_panes
|
2026-05-27 16:54:02 +01:00 |
|
Thomas Adam
|
d62bae442b
|
Merge branch 'obsd-master'
|
2026-05-27 16:46:04 +01:00 |
|
nicm
|
9cc8947a43
|
Cache border and active border style separately, fixes problem reported
by Marcel Partap in GitHub issue 5125.
|
2026-05-27 13:41:20 +00:00 |
|
nicm
|
bff68fa079
|
Remove reference to an option that hasn't been added yet.
|
2026-05-27 12:52:47 +00:00 |
|
Nicholas Marriott
|
46be03d88e
|
Clamp range with to size of window (visible ranges cannot be outside window).
|
2026-05-26 13:02:07 +01:00 |
|
Nicholas Marriott
|
c60422241b
|
Merge branch 'master' into floating_panes
|
2026-05-25 09:21:36 +01:00 |
|
Thomas Adam
|
cca1e77f95
|
Merge branch 'obsd-master'
|
2026-05-25 09:15:07 +01:00 |
|
nicm
|
cc81287665
|
More of floating panes redraw path, still mostly using flags which are never set.
|
2026-05-25 08:07:48 +00:00 |
|
Michael Grant
|
92dcb22e92
|
Clean up in screen_redraw_draw_pane and fix an offset bug.
|
2026-05-25 08:17:57 +01:00 |
|
Nicholas Marriott
|
f75b1e5f07
|
Do not check overlays in tty_draw_line_clear, the caller should be doing it.
|
2026-05-24 12:25:51 +01:00 |
|
Nicholas Marriott
|
43ae6e0a6b
|
tty_clear_area should not work out popup ranges because tty_clear_line is going
to do it anyway.
|
2026-05-24 12:07:42 +01:00 |
|
Nicholas Marriott
|
791f77b879
|
Some missing calls to tty_check_overlay_range.
|
2026-05-24 10:18:28 +01:00 |
|
Nicholas Marriott
|
a6986864db
|
Merge branch 'master' into floating_panes
|
2026-05-24 10:05:56 +01:00 |
|
Nicholas Marriott
|
eb330a6df6
|
Restore SIXEL bit.
|
2026-05-24 10:05:41 +01:00 |
|
nicm
|
f047b3f8e7
|
Do not crash when freeing layout cell, reported by Jere Viikari.
|
2026-05-24 08:40:43 +00:00 |
|
nicm
|
5c3a4746b7
|
Some code tidying up.
|
2026-05-23 07:22:50 +00:00 |
|
nicm
|
572e26deb8
|
Some more trivial floating panes bits.
|
2026-05-20 08:54:40 +00:00 |
|
Nicholas Marriott
|
406ae3d8a6
|
Remove some trivial differences.
|
2026-05-20 09:46:38 +01:00 |
|
Nicholas Marriott
|
8a674265f3
|
Merge branch 'master' into floating_panes
|
2026-05-20 09:35:03 +01:00 |
|
Dane Jensen
|
0a7b008b21
|
Changed minimised semantics to hide semantics
|
2026-05-19 21:09:53 -07:00 |
|
nicm
|
ce24b92758
|
Floating panes full redraw code, by Michael Grant.
|
2026-05-19 13:12:45 +00:00 |
|
Nicholas Marriott
|
2b05d8531d
|
Merge branch 'master' into floating_panes
|
2026-05-17 15:55:09 +01:00 |
|
Nicholas Marriott
|
8e966688a7
|
If outside floating pane, do not carry on to check as if tiled pane.
|
2026-05-17 15:49:21 +01:00 |
|
Michael Grant
|
2e0eabbf0a
|
Fix screen_redraw_get_visible_ranges to ignore minimised panes.
|
2026-05-15 18:20:29 +01:00 |
|
Thomas Adam
|
3f651d9fa9
|
Merge branch 'obsd-master'
|
2026-05-12 16:01:08 +01:00 |
|
nicm
|
18fced7e7f
|
Make pane offsets signed, needed for floating panes.
|
2026-05-12 12:05:41 +00:00 |
|
Nicholas Marriott
|
6b16e93f1b
|
Merge branch 'master' into floating_panes
|
2026-05-12 12:38:31 +01:00 |
|