commit | 9dfc369f8652ba9013dadffd2d2efeada64fe44d | [log] [tgz] |
---|---|---|
author | Eve <apsu@propter.net> | Fri Jun 20 03:33:30 2025 |
committer | GitHub <noreply@github.com> | Fri Jun 20 03:33:30 2025 |
tree | c0ed5f5684075d6df7c6e1eb34e15e567e11d3a2 | |
parent | fcb4d7d9a9f653462a7adf557fb1f931f00391f2 [diff] |
Fix SetTitle escape sequence to use correct OSC format (#248) The SetTitle method was using CSI sequence \033[2; instead of OSC sequence \033]2;, causing title text to bleed into terminal output rather than setting the window title.