mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
@@ -12,7 +12,7 @@ mut:
|
||||
|
||||
struct App {
|
||||
mut:
|
||||
tui &tui.Context = unsafe { 0 }
|
||||
tui &tui.Context = unsafe { nil }
|
||||
rects []Rect
|
||||
cur_rect Rect
|
||||
is_drag bool
|
||||
|
||||
Reference in New Issue
Block a user