Thomas Adam
|
3d6954f0f0
|
Merge branch 'obsd-master'
|
2025-09-05 10:01:08 +01:00 |
|
nicm
|
267efefdfa
|
Restore default blinking state when restoring default cursor style, from
Andrea Alberti.
|
2025-09-05 06:15:48 +00:00 |
|
Thomas Adam
|
6a3170386e
|
Merge branch 'obsd-master'
|
2025-09-02 18:36:44 +01:00 |
|
nicm
|
4d83eef756
|
Add support for DECRQSS SP q (report cursor style), DECRQM ?12 (report
cursor blink state) and DECRQM ?2004, ?1004, ?1006 (report mouse state).
From Andrea Alberti in GitHub issue 4618.
|
2025-09-02 15:15:12 +00:00 |
|
Thomas Adam
|
44b7a2d1f9
|
Merge branch 'obsd-master'
|
2025-09-02 16:01:08 +01:00 |
|
nicm
|
c32570c602
|
Set PWD for jobs as well as panes.
|
2025-09-02 13:39:14 +00:00 |
|
Thomas Adam
|
9702ef3f91
|
Merge branch 'obsd-master'
|
2025-09-02 02:01:07 +01:00 |
|
Thomas Adam
|
b2194ac549
|
Merge branch 'obsd-master'
|
2025-09-02 00:01:08 +01:00 |
|
nicm
|
b5413dacc7
|
Delete timer before adding it again.
|
2025-09-01 22:11:23 +00:00 |
|
nicm
|
aa33757e45
|
Fix missing argument from OSC 4 reply, from someone in GitHub issue 4596.
|
2025-09-01 21:44:37 +00:00 |
|
Thomas Adam
|
a0065bea04
|
Merge branch 'obsd-master'
|
2025-09-01 12:01:08 +01:00 |
|
nicm
|
5c89d835a6
|
Add -k flag to display-popup which allows any key to dismiss the popup
once the command has exited. From Meriel Luna Mittelbach in GitHub issue
4612.
|
2025-09-01 08:03:07 +00:00 |
|
nicm
|
cfb906a0ce
|
Increase the escape delay when waiting for an RGB response no matter
when it is triggered (they can also be sent on resize). GitHub issue
4569.
|
2025-09-01 07:58:09 +00:00 |
|
nicm
|
af36d7c430
|
Ensure break-pane -P prints when only one pane is left. From Chaoyi Yin
in GitHub issue 4615.
|
2025-09-01 07:53:49 +00:00 |
|
Nicholas Marriott
|
0c9165fc71
|
Give another bit to the first component of SIXEL colours to fix the HLS color
space which uses 360 degrees in its first component. From nincsnevem662 at
gmail dot com in GitHub issue 4616.
|
2025-09-01 08:31:57 +01:00 |
|
Thomas Adam
|
fa63088dce
|
Merge branch 'obsd-master'
|
2025-08-26 10:01:07 +01:00 |
|
nicm
|
0b7235c5f0
|
Correctly calculate lines to clear for deletions, from Pavel Roskin.
|
2025-08-26 07:17:51 +00:00 |
|
nicm
|
ca0f0419e6
|
input_stop_utf8 can move the cursor, so it is now wrong to store the
cursor position before calling it. Problem found by Jayakrishna
Vadayath.
|
2025-08-26 07:15:00 +00:00 |
|
nicm
|
3520e833a4
|
Be more robust against misbehaving clients, prompted by deraadt based on
a report from sai02 at student dot ubc dot ca.
|
2025-08-26 07:00:22 +00:00 |
|
Nicholas Marriott
|
bb4866047a
|
Fix build.
|
2025-08-22 12:58:19 +01:00 |
|
Thomas Adam
|
2070731af1
|
Merge branch 'obsd-master'
|
2025-08-22 12:01:08 +01:00 |
|
Thomas Adam
|
a5909b450c
|
Merge branch 'obsd-master'
|
2025-08-22 10:01:08 +01:00 |
|
nicm
|
94bafa5aaf
|
A couple of memory leaks from someone in GitHub issue 4590.
|
2025-08-22 07:48:23 +00:00 |
|
nicm
|
7325da3052
|
Extend pane lookup special case for switch-client to mouse target ("=")
so that it works for panes on status line.
|
2025-08-22 07:42:51 +00:00 |
|
nicm
|
e6d275b371
|
Do not leak label if it is too long, GitHub issue 4591.
|
2025-08-22 07:39:40 +00:00 |
|
Thomas Adam
|
f4c0fe2ede
|
Merge branch 'obsd-master'
|
2025-08-22 08:37:26 +01:00 |
|
nicm
|
12452f4427
|
Do not double free argv from MSG_COMMAND if it is too long, reported by
sai02 at student dot ubc dot ca via deraadt. ok deraadt
|
2025-08-22 07:26:25 +00:00 |
|
nicm
|
1370791734
|
Add a nicer default second and third status line, from Michael Grant in
GitHub 4490.
|
2025-08-14 07:15:40 +00:00 |
|
nicm
|
0646814235
|
Add some NULL checks, GitHub issue 4586.
|
2025-08-14 06:49:53 +00:00 |
|
nicm
|
84775130a0
|
Add pane-border-lines value to use spaces for pane borders, from lukas
dot 23022005 at gmail dot com in GitHub issue 4587.
|
2025-08-14 06:44:50 +00:00 |
|
nicm
|
4ce893ebc0
|
Do not leak opened file, from lg65438805 at gmail dot com in GitHub
issue 4577.
|
2025-08-14 06:37:29 +00:00 |
|
nicm
|
3ae0d560be
|
Replace invalid UTF-8 with the placeholder instead of ignoring them
(this is what most terminals do), GitHub issue 4514.
|
2025-08-12 12:33:05 +00:00 |
|
nicm
|
06c84dba59
|
Fix PageDown in menus, from Pavel Roskin in GitHub issue 4581.
|
2025-08-12 12:29:58 +00:00 |
|
nicm
|
d90e7623c6
|
Free command on failure, GitHub issue 4578.
|
2025-08-12 12:26:09 +00:00 |
|
Thomas Adam
|
b13005e802
|
Merge branch 'obsd-master'
|
2025-08-04 16:01:07 +01:00 |
|
nicm
|
05b2893b9f
|
Do not leak buffer if not used, reported by someone in GitHub issue
4575.
|
2025-08-04 13:22:10 +00:00 |
|
nicm
|
1bf2023ed4
|
Flush scrolling when wrapping so UTF-8 in last position draws correctly,
GitHub issue 4518.
|
2025-08-04 13:16:13 +00:00 |
|
Thomas Adam
|
6f9bcb7fee
|
Merge branch 'obsd-master'
|
2025-08-01 12:01:08 +01:00 |
|
nicm
|
6d94909c08
|
Do not leak on failure, GitHub 4565.
|
2025-08-01 09:05:51 +00:00 |
|
Nicholas Marriott
|
86153fbba9
|
Add UTF-8 regress test.
|
2025-08-01 09:45:18 +01:00 |
|
nicm
|
4f38af01e0
|
Fix reverse documentation of display-popup -s and -S, from Ricardo Signes.
|
2025-08-01 08:17:27 +00:00 |
|
Thomas Adam
|
a6588d6918
|
Merge branch 'obsd-master'
|
2025-07-22 10:01:08 +01:00 |
|
Nicholas Marriott
|
720d1e831d
|
The AIX functions hang on 7300-01-01-2246 according to GitHub issue 4400.
Remove them.
|
2025-07-22 09:09:56 +01:00 |
|
nicm
|
206f492401
|
Fix incorrect handling of Korean Hangul Jamo characters. GitHub issue
4546 from Roy Jung.
|
2025-07-22 07:42:52 +00:00 |
|
Nicholas Marriott
|
fa5f3cef3d
|
Send SIGCHLD after utempter_remove_record as well. GitHub issue 4559.
|
2025-07-20 19:59:11 +01:00 |
|
Thomas Adam
|
c70d0a6a69
|
Merge branch 'obsd-master'
|
2025-07-19 22:01:08 +01:00 |
|
nicm
|
6549aaf393
|
yyerror should be void.
|
2025-07-19 19:30:37 +00:00 |
|
nicm
|
6378c87d15
|
Only accept DA and DA2 when they end in 'c', stops them being confused
with theme responses.. GitHub issue 4561.
|
2025-07-19 19:20:10 +00:00 |
|
Thomas Adam
|
4a0eff1296
|
Merge branch 'obsd-master'
|
2025-07-19 00:01:08 +01:00 |
|
nicm
|
9c07903ae9
|
Correctly remove overwritten wide characters at column 1.
|
2025-07-18 20:44:13 +00:00 |
|