Also mention terminal multiplxers can cause graphics to fail

This commit is contained in:
Kovid Goyal 2023-01-06 16:36:39 +05:30
parent 02063a5a6a
commit 397ac36011
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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