From 65f13f5621752c248221e3367eba52d50f95139c Mon Sep 17 00:00:00 2001 From: Benny Daon Date: Tue, 4 Jun 2024 13:49:54 +0300 Subject: [PATCH] Fixing default TERM --- conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.go b/conf.go index 99bb425..0b32a6e 100644 --- a/conf.go +++ b/conf.go @@ -43,7 +43,7 @@ peerbook = 3000 urls = [ "stun:stun.l.google.com:19302" ] [env] COLORTERM = "truecolor" -TERM = "xterm" +TERM = "xterm-256color" ` const abConfTemplate = `%s[peerbook] host = "%s"