From bf63f986ff1a433ab6cce5287d51c191036f0a65 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 6 Aug 2013 09:42:10 -0400 Subject: 9term: set TERM=dumb instead of TERM=9term Everyone seems to assume that TERM != dumb implies ANSI escape codes are okay. In fact, many people assume that unconditionally, but it is easier to argue back about TERM=dumb than TERM=9term. This applies to acme win too, because they share the code. Set termprog=9term or termprog=win for clients who need to know. R=rsc CC=r https://codereview.appspot.com/12532043 --- src/cmd/9term/term.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/9term/term.h') diff --git a/src/cmd/9term/term.h b/src/cmd/9term/term.h index e7a1f6b2..6041275a 100644 --- a/src/cmd/9term/term.h +++ b/src/cmd/9term/term.h @@ -10,3 +10,4 @@ extern int loginshell; extern void echoed(char*, int); extern int echocancel(char*, int); extern int dropcrnl(char*, int); +extern const char *termprog; -- cgit v1.2.3