Fixed bug in rogue: incorrect use of NL for cursor positioning.
This commit is contained in:
@@ -346,7 +346,7 @@ get_term_info()
|
|||||||
|
|
||||||
CL = "\33[H\33[2J";
|
CL = "\33[H\33[2J";
|
||||||
UC = "\33[A";
|
UC = "\33[A";
|
||||||
DO = "\12";
|
DO = "\33[B";
|
||||||
SO = "\33[7m";
|
SO = "\33[7m";
|
||||||
SE = "\33[m";
|
SE = "\33[m";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user