nicm
7b1c503086
Clear search counts when clearing marks in case of repeated search,
...
reported by Daniel Pereira in GitHub issue 4817.
2026-02-06 10:28:42 +00:00
nicm
5865001e4a
Also check PANE_STATUSREADY for pane_dead format to match
...
pane_dead_status. GitHub issue 4841 from Joshua Pollack.
2026-02-06 10:23:26 +00:00
nicm
62944da74b
Make OSC 52 work in popups, from gogongxt at 163 dot com in GitHub issue
...
4797.
2026-02-03 09:07:44 +00:00
nicm
588013bb44
Refresh copy mode when style changes, from Josh Cooper in GitHub issue 4830.
2026-02-03 08:53:58 +00:00
Thomas Adam
615c27c117
Merge branch 'obsd-master'
2026-02-02 19:06:25 +00:00
nicm
3c3d9ce3a9
Break sorting out into a common file so formats and modes use the same
...
code. Also add -O for sorting to the list commands. From Dane Jensen in
GitHub issue 4813.
2026-02-02 10:08:30 +00:00
Michael Grant
b46a96d454
Second try with static visual_ranges using calloc.
2026-01-29 14:34:18 +00:00
Michael Grant
f67cf7d053
Return static range as last resort.
2026-01-29 11:46:21 +00:00
nicm
66011fe48b
Do not treat cells as empty unless the background colour stays the same.
...
Fixes invisible clock in clock mode, reported by tb@.
2026-01-29 09:08:19 +00:00
Nicholas Marriott
2ad0f4a9e7
Merge branch 'master' into floating_panes
2026-01-29 08:43:41 +00:00
Thomas Adam
d7f59eccaf
Merge branch 'obsd-master'
2026-01-28 17:25:42 +00:00
Michael Grant
1ec9ca497b
Merge with visible_ranges banch. Convert visible_ranges to new style.
2026-01-28 15:26:00 +00:00
Thomas Adam
e652213855
Merge branch 'obsd-master'
2026-01-23 10:50:55 +00:00
nicm
f70150a663
Replace overlay_ranges with visible_ranges which can hold more than
...
three ranges (will be needed for floating panes); move the visible
ranges checks outside of tty_draw_line and rewrite it to fix issues with
partially-obscured wide characters. With Michael Grant.
2026-01-23 10:45:53 +00:00
Michael Grant
dd5d0f4f0c
Merge master.
2026-01-23 09:29:39 +00:00
Nicholas Marriott
fe52f76913
Fiddle with some more warnings.
2026-01-22 15:02:42 +00:00
Nicholas Marriott
0d9c3c895c
Stick the pragmas outside the function (make GCC 4 happier) and under __GNUC__.
2026-01-22 14:29:29 +00:00
Nicholas Marriott
6525bb7cef
Line length/style nits.
2026-01-22 14:16:39 +00:00
Michael Grant
0790e74f84
Fix strftime warning in gcc.
2026-01-22 14:11:00 +00:00
nicm
195a9cfd88
When history-limit is changed, apply to existing panes, not just new
...
ones. GitHub issue 4705.
2026-01-22 08:55:01 +00:00
nicm
ecbf8d76d0
Reevaluate menu and popup styles on each draw to allow them to change
...
when options change, from Josh Cooper in GitHub issues 4828 and 4829.
2026-01-22 07:52:24 +00:00
nicm
818745a605
Set PANE_STYLECHANGED when user options change, from Josh Cooper in
...
GitHub issue 4825.
2026-01-22 07:42:30 +00:00
nicm
26aacd0e32
Handle theme keys earlier so they are processed even if a popup is open.
...
From Josh Cooper in GitHub issue 4827.
2026-01-22 07:39:35 +00:00
Nicholas Marriott
d1a6ce8e7f
Associate each visible_ranges with some other object (tty, popup_data, etc) so
...
it is easier to keep track of its lifecycle, but still avoid allocating for
each use.
2026-01-21 21:29:56 +00:00
Michael Grant
b22537e8a4
Conflict resolve.
2026-01-21 19:36:05 +00:00
Michael Grant
a25c14d472
Change overlay_ranges into visible_ranges.
2026-01-21 19:34:19 +00:00
Nicholas Marriott
7730d38339
Skip correct width when moving to next position.
2026-01-21 15:58:11 +00:00
Nicholas Marriott
58e498c9d3
Use right cell for empty check.
2026-01-21 15:35:33 +00:00
Nicholas Marriott
35485f2b5e
Fix selection with tty_draw_line.
2026-01-21 12:23:46 +00:00
nicm
8e06739e26
Fix window-size=latest not resizing on switch-client in session groups.
...
From Ilya Grigoriev in GitHub issue 4818.
2026-01-20 22:50:08 +00:00
Nicholas Marriott
b108653f02
Change overlay_ranges to visible_ranges.
2026-01-20 21:18:33 +00:00
Nicholas Marriott
25f72cf240
Rewrite tty_draw_line to be simpler and not to check overlay ranges.
2026-01-20 21:18:20 +00:00
nicm
ab1f2ef71c
Add a function to convert a screen to a string, from Michael Grant.
2026-01-20 16:32:05 +00:00
Nicholas Marriott
d2e09cb259
Add a --enable-optimizations configure flag.
2026-01-20 15:42:22 +00:00
Thomas Adam
bf8ea85bd7
Merge branch 'obsd-master'
2026-01-19 10:01:08 +00:00
nicm
9c0aeaff40
Now the copy mode indicator can be changed, we need to redraw it when
...
the cursor is moved. GitHub issue 4774.
2026-01-19 08:20:51 +00:00
Thomas Adam
95b4bb51c6
Merge branch 'obsd-master'
2026-01-14 22:01:08 +00:00
nicm
1e5f93b7b6
Add -e flag to command-prompt to close if empty, from Dane Jensen in
...
GitHub issue 4812.
2026-01-14 19:43:43 +00:00
Nicholas Marriott
b89d46bb00
Add a regression test from Ilya Grigoriev.
2026-01-13 20:29:21 +00:00
Thomas Adam
97d61131df
Merge branch 'obsd-master'
2026-01-12 10:01:08 +00:00
nicm
5721767921
Correctly draw indicators when pane-border-indicators is set to both.
...
Reported by Ilya Grigoriev in GitHub issue 4780.
2026-01-12 07:50:16 +00:00
nicm
a443531280
Remember last pane or type of location for double and triple clicks and
...
correctly handle it changes between first and second or second and
third. GitHub issue 4795 from Shaobo Song.
2026-01-12 07:48:36 +00:00
Thomas Adam
ad083677c5
Merge branch 'obsd-master'
2026-01-11 14:01:08 +00:00
nicm
426467856d
Add paste to the default pane menu, GitHub issue 4763.
2026-01-11 11:48:46 +00:00
Thomas Adam
d1df8dcccc
focus-follows-mouse: honour floating panes
...
Make sure the z-ordering of floating panes is honoured when
focus-follows-mouse is in use.
2026-01-09 19:00:17 +00:00
Thomas Adam
844042744e
Merge branch 'obsd-master'
2026-01-09 18:01:07 +00:00
nicm
65b3a95be8
Removing padding needs to go through screen_write_collect_trim or there
...
may end up multiple items covering the same region.
2026-01-09 15:04:00 +00:00
Michael Grant
a50d00aa47
Merge pull request #4799 from tmux/master
...
Sync from master
2026-01-09 11:30:16 +01:00
Thomas Adam
ca95950148
Merge branch 'obsd-master'
2026-01-08 14:01:08 +00:00
nicm
6234d79852
Do not set manual size if no window.
2026-01-08 12:05:02 +00:00