summaryrefslogtreecommitdiff
path: root/sysutils/conky-awesome/files/patch-src_conky.c
blob: e60d666ef278b72166e85231a21f0ca71f839f50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);