mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
Conky-awesome is the conky X-based system monitor ported to the awesome window manager. Submitted by: adamw Conky diffs approved by: novel
11 lines
355 B
C
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);
|