fix incorrect comment, math is hard fe5d5c67
Hiltjo Posthuma · 2022-04-30 13:19 1 file(s) · +1 −1
dmenu.c +1 −1
673 673
		mw = wa.width;
674 674
	}
675 675
	promptw = (prompt && *prompt) ? TEXTW(prompt) - lrpad / 4 : 0;
676 -
	inputw = mw / 3; /* input width: ~30% of monitor width */
676 +
	inputw = mw / 3; /* input width: ~33% of monitor width */
677 677
	match();
678 678
679 679
	/* create menu window */