1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-13 19:25:52 -07:00
Files
xmonad-contrib/XMonad
brandon s allbery kf8nh 4a60866ea4 fix double decode in debugWindow
At some point `peekCString` became locale aware. This is a double
bug, since (a) `decodeString` was being applied to the result and
(b) the locale might not be UTF-8, but the string being decoded
always is.

The fix is to use `peekCAString` which bypasses the locale decode,
then continuing to do UTF-8 decode.
2023-06-22 06:25:56 -04:00
..
2023-01-02 20:45:19 +01:00
2023-04-21 10:23:13 -04:00
2023-02-18 13:23:15 +01:00
2023-06-22 06:25:56 -04:00