ports/sysutils/conky-awesome/files/patch-src_conky.c
Joe Marcus Clarke 04b1ac5cac Add sysutils/conky-awesome after a repocopy from sysutils/conky.
Conky-awesome is the conky X-based system monitor ported to the awesome
window manager.

Submitted by:	adamw
Conky diffs approved by:	novel
2008-05-25 17:20:54 +00:00

11 lines
355 B
C

--- src/conky.c.orig 2008-05-24 12:23:40.000000000 -0400
+++ src/conky.c 2008-05-24 12:24:07.000000000 -0400
@@ -5798,7 +5798,7 @@
int added;
width_of_s = get_string_width(s);
if (out_to_console) {
- printf("%s\n", s);
+ printf("%s\n\n", s);
fflush(stdout); /* output immediately, don't buffer */
}
memset(tmpstring1,0,TEXT_BUFFER_SIZE);