|
From: | Koichi Murase |
Subject: | Re: 8-bit (256) terminal colours |
Date: | Thu, 15 Apr 2021 11:30:20 +0900 |
2021年4月15日(木) 11:13 <michael-franzese@gmx.com>: > Subject: 8-bit (256) terminal colours This is unrelated to Bash. Terminal colors are interpreted by terminals, and Bash is not a terminal. > \e[${fg};5;${bg}m bg=(0..255), fg=(0..255) This is wrong. It must be \e[38;5;${fg};48;5;${bg}m
[Prev in Thread] | Current Thread | [Next in Thread] |