Skip to content

Commit d87153e

Browse files
committed
screen.ts getBuffer experimentation debugging prints
1 parent c2536e9 commit d87153e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

screen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ namespace user_interface_base {
128128
const endIndex = startIndex + chunkSize;
129129

130130
const startingRow = (startIndex / width | 0);
131+
basic.showNumber(startingRow)
131132
const endingRow = (endIndex / width | 0);
132133

133134
// Buffer crosses multiple rows:

0 commit comments

Comments
 (0)