Difference between revisions of "Tput"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
  
 
  tput -Txterm [[setaf]] 3
 
  tput -Txterm [[setaf]] 3
 +
 +
GREEN  := $(shell tput -Txterm setaf 2)
 +
YELLOW := $(shell tput -Txterm setaf 3)
 +
WHITE  := $(shell tput -Txterm setaf 7)
 +
 +
tput -Txterm sgr0
 +
 +
  
  

Revision as of 14:39, 4 July 2022

This article is a Draft. Help us to complete it.

wikipedia:tput

tput (command)

tput bel

tput -Txterm setaf 3
GREEN  := $(shell tput -Txterm setaf 2)
YELLOW := $(shell tput -Txterm setaf 3)
WHITE  := $(shell tput -Txterm setaf 7)
tput -Txterm sgr0



Related terms

See also

Advertising: