diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 01:04:53 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 01:04:53 +0200 |
commit | 40abe9c9371c94d599a087802410de7c0a0c0ca3 (patch) | |
tree | 2686ecb8e1ec7c05e8e2c8fe5f2d3752e6b3dbf4 | |
parent | 6c9a83f7a6e710dabf29f9e29219fba63c810998 (diff) | |
download | safetitle-40abe9c9371c94d599a087802410de7c0a0c0ca3.tar.gz |
Update comment
-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> |