mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-12 15:44:05 +09:00
behaviour of con.addch changed - no longer advances cursor
This commit is contained in:
@@ -69,7 +69,7 @@ let repaint = function() {
|
||||
if (cx >= 0 && cx < termW) {
|
||||
con.move(cy, cx);
|
||||
if (char != 10 && char != 13)
|
||||
con.addch(char);
|
||||
con.addch(char);con.curs_right();
|
||||
}
|
||||
cx += 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user