Skip to content

Commit

Permalink
ICH p1 default value is 1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd authored and ddrown committed Jan 16, 2013
1 parent f2bf03c commit 884779e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/de/mud/terminal/vt320.java
Expand Up @@ -2733,6 +2733,7 @@ else if (R >= height)
debug("ESC [ " + DCEvars[0] + " J");
break;
case '@':
if (DCEvars[0] == 0) DCEvars[0] = 1;
if (debug > 1)
debug("ESC [ " + DCEvars[0] + " @");
for (int i = 0; i < DCEvars[0]; i++)
Expand Down

0 comments on commit 884779e

Please sign in to comment.