summary refs log tree commit diff
path: root/ui.c
AgeCommit message (Expand)Author
2020-02-02Add sequences for toggling focus/paste modesC. McEnroe
2020-02-02Track unread and window heatC. McEnroe
2020-02-02Rearrange some UI codeC. McEnroe
2020-02-02Remove term.c in favor of more curses APIsC. McEnroe
2020-02-02Use tsl/fsl capabilities for title if availableC. McEnroe
2020-02-02Set title in statusUpdateC. McEnroe
2020-02-02Add option to show style codesC. McEnroe
2020-02-02Remove style string macrosC. McEnroe
2020-02-02Add idColorsC. McEnroe
2020-02-02Implement window switching and status lineC. McEnroe
2020-02-02Call reset_shell_mode on errC. McEnroe
2020-02-02Wrap before the very edge of the screenC. McEnroe
2020-02-02Implement wordWidthC. McEnroe
2020-02-01Implement word wrapC. McEnroe
2020-02-01Parse IRC styling in UIC. McEnroe
2020-02-01Implement the beginnings of UIC. McEnroe