aboutsummaryrefslogtreecommitdiff
path: root/src/auto_detect_format.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-19Implement term-output-formatAxel Wagner1-0/+5
2013-02-04Bugfix: output auto detect: properly detect ambiguous situations (Thanks mist)Michael Stapelberg1-1/+1
fixes #940
2012-05-07Use (void) instead of () for functions without args (Thanks fernandotcl)Michael Stapelberg1-1/+1
See also: http://article.gmane.org/gmane.linux.kernel/1268792 The C compiler will handle (void) as "no arguments" and () as "variadic function" (equivalent to (...)) which might lead to subtle errors.
2012-02-16Implement the i3bar JSON protocolMichael Stapelberg1-2/+2
This hardcodes all the JSON parts. Strings are not properly escaped currently. The best/easiest way to fix this is by actually using libyajl.
2011-07-13correctly auto-detect the output format with zsh (Thanks mist)Michael Stapelberg1-0/+13
2011-07-13fix memory leakMichael Stapelberg1-0/+3
2011-07-13magic: try to auto-detect output_format by default (dzen2/i3bar/xmobar)Michael Stapelberg1-0/+142