@@ -1,9 +1,12 @@
package main
import (
"github.com/bcicen/ctop/logging"
ui "github.com/gizak/termui"
)
var log = logging.New(GlobalConfig["loggingEnabled"])
func main() {
if err := ui.Init(); err != nil {
panic(err)
The note is not visible to the blocked user.