From: Mark Wooding Date: Sat, 23 Apr 2016 13:53:06 +0000 (+0100) Subject: dot/xinitrc: Set `XSCR0_HEIGHT' correctly if `xscsize' is too old. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/fc504d2980554be25eafff1534f9e7daafafe0dd dot/xinitrc: Set `XSCR0_HEIGHT' correctly if `xscsize' is too old. --- diff --git a/dot/xinitrc b/dot/xinitrc index 5a98ebf..b44bc81 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -116,7 +116,7 @@ case ",$XWIDTH,$XHEIGHT," in esac case ",$XNSCR," in ,,) - XNSCR=1 XSCR0_X=0 XSCR0_Y=0 XSCR0_WIDTH=$XWIDTH XSCR0_HEIGHT=XHEIGHT + XNSCR=1 XSCR0_X=0 XSCR0_Y=0 XSCR0_WIDTH=$XWIDTH XSCR0_HEIGHT=$XHEIGHT ;; esac i=0; while (( i < XNSCR )); do