X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.h;h=e6e4167f9bc5d5411b18dcbb6f8df91c35621177;hp=aa29fcc3aed84ec406131ee2be8984e600af4f5c;hb=3d9df3244a04aaf5c0c216f2e475f5355cf9721b;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0 diff --git a/gui.h b/gui.h index aa29fcc3..e6e4167f 100644 --- a/gui.h +++ b/gui.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Andre Noll + * Copyright (C) 2007-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -20,9 +20,8 @@ struct gui_theme { int output_fg, output_bg; int msg_fg, msg_bg; int err_msg_fg, err_msg_bg; - int welcome_fg, welcome_bg; int sep_fg, sep_bg; - const char *sep_str; + char sep_char; int default_fg, default_bg; int top_lines_default, top_lines_min;