mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
term.ui: cleanup of meaningless comment
This commit is contained in:
parent
9f5e2aeea9
commit
e0656ad1b1
@ -170,7 +170,7 @@ pub:
|
|||||||
pub struct Context {
|
pub struct Context {
|
||||||
ExtraContext // contains fields specific to an implementation
|
ExtraContext // contains fields specific to an implementation
|
||||||
pub:
|
pub:
|
||||||
cfg Config // adsasdas
|
cfg Config // the initial configuration, passed to ui.init()
|
||||||
mut:
|
mut:
|
||||||
print_buf []u8
|
print_buf []u8
|
||||||
paused bool
|
paused bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user