From e0656ad1b115a12b661ac18f0b084642bb430d48 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 14 Apr 2023 11:13:45 +0300 Subject: [PATCH] term.ui: cleanup of meaningless comment --- vlib/term/ui/input.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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