1
0
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:
Delyan Angelov 2023-04-14 11:13:45 +03:00
parent 9f5e2aeea9
commit e0656ad1b1
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -170,7 +170,7 @@ pub:
pub struct Context {
ExtraContext // contains fields specific to an implementation
pub:
cfg Config // adsasdas
cfg Config // the initial configuration, passed to ui.init()
mut:
print_buf []u8
paused bool