Fixed bug in rogue: incorrect use of NL for cursor positioning.

This commit is contained in:
Serge Vakulenko
2015-06-24 22:45:33 -07:00
parent 9d39282ae9
commit 219e2c3071

View File

@@ -346,7 +346,7 @@ get_term_info()
CL = "\33[H\33[2J";
UC = "\33[A";
DO = "\12";
DO = "\33[B";
SO = "\33[7m";
SE = "\33[m";