Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-07 | Redundant imports (mostly <$>) removed | jao | |
2020-05-11 | more hlinting | jao | |
2020-05-11 | hlinting | jao | |
2020-05-10 | Fix crashes/busy looping happening via index | Sibi Prabakaran | |
Right now, with the `StdinReader` plugin enabled - you can crash/cause busy looping of xmobar if the following html file is opened: ``` <html> <head> <title>hello <fn=1>string</fn> </title> </head> </html> ``` More details about this bug is here: https://github.com/jaor/xmobar/issues/442#issuecomment-625706001 This MR also fixes another bug which produces a crash in xmobar if you pass non integer items between fn: <fn=crash> | |||
2020-05-02 | Update stderr and the bar on receiving exception | Sibi Prabakaran | |
2020-04-30 | Spurious import and hlinting | jao | |
2020-04-30 | Refactor the usage of hGetLineSafe | Sibi Prabakaran | |
hGetLineSafe is always hGetLine and hence we can directly use it. | |||
2018-11-25 | Xmobar.System.Utils, Xmobar.X11.Events | jao | |
2018-11-25 | Back to app/src, since it seems they're the default convention for stack | jao | |