1 parent ed703da commit f21c7b5Copy full SHA for f21c7b5
1 file changed
gambaterm/colors.py
@@ -42,6 +42,7 @@ def number_of_colors(self) -> int:
42
return 1 << 24
43
assert False
44
45
+
46
def detect_local_color_mode(term: Terminal) -> ColorMode:
47
"""Detect the color mode of the local terminal using blessed."""
48
n = term.number_of_colors
0 commit comments