diff --git a/vlib/term/ui/input.v b/vlib/term/ui/input.v index 6041f10070..9f6752cc71 100644 --- a/vlib/term/ui/input.v +++ b/vlib/term/ui/input.v @@ -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