mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
clustered tevd integration wip
This commit is contained in:
@@ -79,8 +79,9 @@ let repaint = function() {
|
||||
if (cy <= termH) {
|
||||
if (cx >= 0 && cx < termW) {
|
||||
con.move(cy, cx);
|
||||
if (char != 10 && char != 13)
|
||||
if (char != 10 && char != 13) {
|
||||
con.addch(char);con.curs_right();
|
||||
}
|
||||
}
|
||||
cx += 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user