gbuild: recognize newfangled screen TERM=screen.xterm-256color
Seems to have changed from Fedora 23, where it was just "screen", to 24. Change-Id: I9078c337093d12d62e9afe10b1f02aaf346d4b43
This commit is contained in:
@@ -62,6 +62,7 @@ KNOWN_TERM:=Eterm aterm gnome kterm linux putty rxvt rxvt-unicode screen xterm x
|
||||
KNOWN_TERM+=$(patsubst %,%-color,$(KNOWN_TERM))
|
||||
KNOWN_TERM+=$(patsubst %-color,%-256color,$(KNOWN_TERM))
|
||||
KNOWN_TERM+=$(patsubst %-color,%+256color,$(KNOWN_TERM))
|
||||
KNOWN_TERM+=$(patsubst %,screen.%,$(KNOWN_TERM))
|
||||
ifneq ($(strip $(gb_COLOR)),)
|
||||
ifneq ($(filter $(TERM),$(KNOWN_TERM)),)
|
||||
|
||||
|
Reference in New Issue
Block a user