diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-23 19:17:20 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-23 19:17:20 +0000 |
commit | c7444417a1ed04aee6144ca4754ed758dcb0c208 (patch) | |
tree | 2fe65f61cc4590bc6f5bc38e2bc3e95c7e609362 /screen_utils.c | |
parent | 2adb895c7853727adc57eae84229969203bf5731 (diff) | |
download | mpd-c7444417a1ed04aee6144ca4754ed758dcb0c208.tar.gz mpd-c7444417a1ed04aee6144ca4754ed758dcb0c208.tar.xz mpd-c7444417a1ed04aee6144ca4754ed758dcb0c208.zip |
Use screen_status_printf() instead of screen_status_message().
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@418 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'screen_utils.c')
-rw-r--r-- | screen_utils.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/screen_utils.c b/screen_utils.c index d467c1a2c..8de23e16c 100644 --- a/screen_utils.c +++ b/screen_utils.c @@ -1,8 +1,3 @@ -/* - * $Id: screen_utils.c,v 1.4 2004/03/16 13:57:24 kalle Exp $ - * - */ - #include <stdlib.h> #include <unistd.h> #include <string.h> @@ -11,14 +6,10 @@ #include "libmpdclient.h" #include "mpc.h" +#include "support.h" #include "command.h" #include "screen.h" -#if 0 -#include <readline/readline.h> -#endif - - list_window_t * list_window_init(WINDOW *w, int width, int height) { |