index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
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… | |
8 whether this is the expected behaviour but all terminals I have come acr… | |
9 do not truncate (for instance xterm, termite and alacritty). This patch … | |
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 - <[email protected]> | |
20 * Rizqi Nur Assyaufi <[email protected]> (0.8.5 port) |