From 2c7cfba86399b339eb18f1eb5344d9370f3bcf18 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 12 Aug 2017 13:38:59 +0900 Subject: [PATCH] ui: Fix comments --- run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.go b/run.go index 2249b8008..4afd1a962 100644 --- a/run.go +++ b/run.go @@ -186,7 +186,7 @@ func SetCursorVisibility(visible bool) { ui.SetCursorVisibility(visible) } -// IsScreen returns a boolean value indicating whether +// IsFullscreen returns a boolean value indicating whether // the current mode is fullscreen or not. // // This function is concurrent-safe.