diff options
-rw-r--r-- | safetitle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/safetitle.c b/safetitle.c index 9004b03..b1e49b4 100644 --- a/safetitle.c +++ b/safetitle.c @@ -1,6 +1,6 @@ /* * safetitle sets the title of the terminal window to the given string, - * if and only if the terminal is recognized via its device attributes. + * unless the terminal type is blacklisted. */ #include <err.h> |