mcbrides crazy baraction.sh overflows the bar so make it bigger

This commit is contained in:
Marco Peereboom 2009-02-12 22:28:14 +00:00
parent 76ccafd502
commit 762accdc02

View file

@ -160,7 +160,7 @@ int font_adjusted = 0;
/* dialog windows */
double dialog_ratio = .6;
/* status bar */
#define SWM_BAR_MAX (128)
#define SWM_BAR_MAX (256)
char *bar_argv[] = { NULL, NULL };
int bar_pipe[2];
char bar_ext[SWM_BAR_MAX];