index.md (615B)
1 title parsing fix 2 ================= 3 4 Description 5 ----------- 6 7 Window titles in st get truncated after the first ';' character. I don't know 8 whether this is the expected behaviour but all terminals I have come across 9 do not truncate (for instance xterm, termite and alacritty). This patch "fixes" 10 that behaviour. 11 12 Download 13 -------- 14 * [st-title\_parsing\_fix-0.8.4.diff](st-title_parsing_fix-0.8.4.diff) 15 * [st-title\_parsing\_fix-0.8.5.diff](st-title_parsing_fix-0.8.5.diff) 16 17 Authors 18 ------- 19 * Ashish Kumar Yadav - <ashishkumar.yadav@students.iiserpune.ac.in> 20 * Rizqi Nur Assyaufi <bandithijo@gmail.com> (0.8.5 port)