From 397ac36011ac13cefef2c205ca6bc14563e3f4a0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 6 Jan 2023 16:36:39 +0530 Subject: [PATCH] Also mention terminal multiplxers can cause graphics to fail --- tools/cmd/icat/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cmd/icat/main.go b/tools/cmd/icat/main.go index ee71e8dff..ea0706533 100644 --- a/tools/cmd/icat/main.go +++ b/tools/cmd/icat/main.go @@ -197,7 +197,7 @@ func main(cmd *cli.Command, o *Options, args []string) (rc int, err error) { } if !direct { keep_going.Store(false) - return 1, fmt.Errorf("This terminal does not support the graphics protocol use a terminal such as kitty, WezTerm or Konsole that does") + return 1, fmt.Errorf("This terminal does not support the graphics protocol use a terminal such as kitty, WezTerm or Konsole that does. If you are running inside a terminal multiplexer such as tmux or screen that might be interfering as well.") } if memory { transfer_by_memory = supported