a bit silly but leave the usealtcolors thing in there to stop compile errors
This commit is contained in:
parent
a49815838c
commit
bda5a8d1d2
1 changed files with 1 additions and 3 deletions
4
st.c
4
st.c
|
|
@ -4171,10 +4171,8 @@ numlock(const Arg *dummy)
|
||||||
void
|
void
|
||||||
swapcolors(const Arg *dummy)
|
swapcolors(const Arg *dummy)
|
||||||
{
|
{
|
||||||
// usealtcolors = !usealtcolors;
|
usealtcolors = !usealtcolors;
|
||||||
whichcolortable = whichcolortable +1;
|
whichcolortable = whichcolortable +1;
|
||||||
printf("%d, %d\n",whichcolortable,
|
|
||||||
sizeof(colornames)/sizeof(colornames[0]) );
|
|
||||||
if ( whichcolortable >= sizeof(colornames)/sizeof(colornames[0]) ) {
|
if ( whichcolortable >= sizeof(colornames)/sizeof(colornames[0]) ) {
|
||||||
whichcolortable = 0;
|
whichcolortable = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue