Skip to content

Commit af4b97a

Browse files
committed
Wrapped desc env.TERM string vals in ''
1 parent e74c97b commit af4b97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

is-legacy-terminal/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
> ### _Detect whether the terminal is legacy._
1717
18-
Checks if terminal is legacy (flicker-prone, limited rendering, etc.). On Windows, returns `True` if CMD or PowerShell ISE not hosted in modern shell. On *nix systems, returns `True` if `env.TERM` is `dumb` or `unknown` (indicating a very basic terminal).
18+
Checks if terminal is legacy (flicker-prone, limited rendering, etc.). On Windows, returns `True` if CMD or PowerShell ISE not hosted in modern shell. On *nix systems, returns `True` if `env.TERM` is `'dumb'` or `'unknown'` (indicating a very basic terminal).
1919

2020

2121
## ⚡ Installation

0 commit comments

Comments
 (0)