add function to get the appropriate scroll column
This commit is contained in:
@@ -4,5 +4,7 @@ struct
|
||||
val xSpace3 = xSpace * 3
|
||||
val ySpace = 25
|
||||
val scale: Real32.real = 2.0
|
||||
val textLineWidth = xSpace * 80
|
||||
|
||||
val textLineCount = 80
|
||||
val textLineWidth = xSpace * textLineCount
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user