aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-06-09 17:24:11 +0000
committerKalle Wallin <kaw@linux.se>2004-06-09 17:24:11 +0000
commitf205159073955a99df5afcd52af6eca4d057d8e0 (patch)
tree83d4081b0a4ceac69edd63112cba2c49f37ce804 /src/screen.h
parente02744ca319e76a078bf91316d0f088e3b06cc24 (diff)
downloadmpd-f205159073955a99df5afcd52af6eca4d057d8e0.tar.gz
mpd-f205159073955a99df5afcd52af6eca4d057d8e0.tar.xz
mpd-f205159073955a99df5afcd52af6eca4d057d8e0.zip
Use the terminal in raw mode - ignore terminal control characters
Changed arguments to the get_title callback git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1420 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index f674b1cff..fe843daa6 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -69,7 +69,7 @@ typedef void (*screen_resize_fn_t) (int cols, int rows);
typedef void (*screen_paint_fn_t) (screen_t *screen, mpd_client_t *c);
typedef void (*screen_update_fn_t) (screen_t *screen, mpd_client_t *c);
typedef int (*screen_cmd_fn_t) (screen_t *scr, mpd_client_t *c, command_t cmd);
-typedef char * (*screen_title_fn_t) (void);
+typedef char * (*screen_title_fn_t) (char *s, size_t size);
typedef list_window_t * (*screen_get_lw_fn_t) (void);
typedef struct