| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Overhaul how Wml is implemented. | Josh Rahm | 2024-02-04 |
| | | | | | | | | | | This adds a new "KeyFeed" monad which is reminiscent of a parsec-type monad. This allows keys like 'g' to be mapped using a subbind and the actual WML part be handled in the catch-all handler. This also significantly cleans up the typing and complexity of the Wml implementation. | ||
| * | Cleanup import/export list for PendingBuffer.hs | Josh Rahm | 2022-11-23 |
| | | |||
| * | withPendingBuffer -> pushPendingBuffer. | Josh Rahm | 2022-11-22 |
| | | |||
| * | Better implementation of the pending buffer. Still need to iron out some bugs. | Josh Rahm | 2022-11-22 |
| | | |||
| * | Rudimentary pending buffer shown in Xmobar. | Josh Rahm | 2022-11-21 |