X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.c;h=b37f8fbd5d6db608b9c3086f508809aa52500737;hp=394b69fe5466efe19fb532a2cf43e18381409d8e;hb=271c83d4fd9411be628fa650ce595ac79754d22e;hpb=4f01c486bb70a27f614cdc9c07a2b8d653db7605 diff --git a/gui.c b/gui.c index 394b69fe..b37f8fbd 100644 --- a/gui.c +++ b/gui.c @@ -45,7 +45,7 @@ struct rb_entry { size_t len; int color; }; -struct ringbuffer *bot_win_rb; +static struct ringbuffer *bot_win_rb; #define NUM_LINES(len) (1 + (len) / bot.cols) static unsigned scroll_position; @@ -91,8 +91,8 @@ struct stat_item { static struct gui_theme theme; -int _argc; -char **_argv; +static int _argc; +static char **_argv; static void com_help(void); static void com_reread_conf(void); @@ -110,7 +110,7 @@ static void com_scroll_down(void); static void com_page_up(void); static void com_page_down(void); -struct gui_command command_list[] = { +static struct gui_command command_list[] = { { .key = "?", .name = "help",