mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: various fixes for [heap]/auto-heap handling (#10033)
This commit is contained in:
@ -256,6 +256,7 @@ fn (mut r Rat) randomize() {
|
||||
r.app.height - block_size - buffer)
|
||||
}
|
||||
|
||||
[heap]
|
||||
struct App {
|
||||
mut:
|
||||
termui &termui.Context = 0
|
||||
|
Reference in New Issue
Block a user