mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 22:34:03 +09:00
renaming system.maxmem to sys.maxmem
This commit is contained in:
@@ -8,7 +8,7 @@ const COL_CARET_ROW = 81
|
||||
const BIG_STRIDE = 999
|
||||
const TAB_SIZE = 4
|
||||
const PAINT_START_Y = 3
|
||||
const MEM = system.maxmem()
|
||||
const MEM = sys.maxmem()
|
||||
|
||||
const TYPESET_DEBUG_PRINT = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user