Wayland: Fix an abort if the terminal program sets a window title longer than 2KB that contains CSI escape sequences and multibyte UTF-8

Fixes #8619
This commit is contained in:
Kovid Goyal
2025-05-12 13:53:12 +05:30
parent 015ee41d0f
commit cf69385823
2 changed files with 49 additions and 0 deletions

View File

@@ -113,6 +113,8 @@ Detailed list of changes
- macOS: Quick access terminal: Restore focus to previously active window when hiding the quick access terminal window (:iss:`8627`)
- Wayland: Fix an abort if the terminal program sets a window title longer than 2KB that contains CSI escape sequences and multibyte UTF-8 (:iss:`8619`)
0.42.0 [2025-05-11]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~