brandon s allbery kf8nh
brandon s allbery kf8nh
I used that project file to build, per the instructions in `README.md`. I can attempt the build again with the documentation option disabled.
You can't get the raw key events from the terminal interface itself. You can on X11-based terminals usually get them by looking for `$*ENV`, opening an X11 connection, and selecting...
Main difference for input is there's some escapes not covered by the output side (notably the alternate mode keys using O instead of [). Otherwise, the DEC/ANSI parser is fairly...
I'm still of the opinion that we'll have to invest some of our OC money in paying someone with more Wayland clue to write it. It at least seems more...
That would be a different issue: if they're making it to `xmonad.errors` then it's launching `xmessage` that is failing. Is it in `/usr/bin`? If not, you may need to arrange...
You're missing a step: have `XMonad.Util.Ungrab` re-export `unGrab` from `XMonad.Operations` for backward compatibility. `xmonad-contrib` can be released without `xmonad`, but an `xmonad` release always comes with an `xmonad-contrib` release, so...
To be more clear: we have a deprecation policy, so if this is released with xmonad 0.18 then `XMonad.Util.Ungrab` should remain with a `DEPRECATED` pragma until (IIRC) 0.20. People kinda...
FWIW we just ran into this helping someone in `#haskell`, and the cause was `/tmp` was mounted `noexec` so `hsc2hs` couldn't run its self-generated script to use `gcc` to dump...
It won't break them because we're documenting what it was actually doing (which was not what it was intended to do). If that had caused breakage then we would have...
Yes, that's why this PR to correct that. Changing to the incorrectly documented behavior would require a `Cabal-version` bump to avoid breaking existing packages.