diff --git a/st.c b/st.c index 92c35d4..dd446cd 100644 --- a/st.c +++ b/st.c @@ -4171,10 +4171,8 @@ numlock(const Arg *dummy) void swapcolors(const Arg *dummy) { -// usealtcolors = !usealtcolors; + usealtcolors = !usealtcolors; whichcolortable = whichcolortable +1; - printf("%d, %d\n",whichcolortable, - sizeof(colornames)/sizeof(colornames[0]) ); if ( whichcolortable >= sizeof(colornames)/sizeof(colornames[0]) ) { whichcolortable = 0; }