blob: e83afe95b95be92bc6613d7e1932bf073bf826a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
'\" t
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
.TH USE_COLOR 3 2025-04-30 "Tomo man-pages"
.SH NAME
USE_COLOR \- whether to use colors
.SH LIBRARY
Tomo Standard Library
.SH SYNOPSIS
.nf
.BI USE_COLOR\ :\ Bool
.fi
.SH DESCRIPTION
Whether or not the console prefers ANSI color escape sequences in the output.
|