diff options
Diffstat (limited to '103screen.subx')
-rw-r--r-- | 103screen.subx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/103screen.subx b/103screen.subx index 7011eb0f..328b1151 100644 --- a/103screen.subx +++ b/103screen.subx @@ -91,6 +91,7 @@ $clear-screen:end: 5d/pop-to-ebp c3/return +# row and col count from the top-left as (1, 1) move-cursor: # row: int, column: int # . prologue 55/push-ebp |