Anomalie #1739
print_orange ne remet pas toujours la couleur d'origine
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
Description
les messages suivants sont donc aussi en orange jusqu'au changement de couleur suivant.
Cela se produit quand un script utilise "print_orange" et qu'il est exécuté par un script d'init qui est lui-même exécuté par un script python : 'reconfigure' ou 'StartAll' par exemple.
Le problème est que
tput sgr0
ne fonctionne pas, il faut utiliser
tput setaf 9
à la place.
Related issues
History
#1 Updated by Klaas TJEBBES almost 10 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
#2 Updated by Joël Cuissinat almost 10 years ago
- Target version set to EOLE 2.3 Stable
#3 Updated by Joël Cuissinat almost 10 years ago
- Status changed from Résolu to Fermé
- Assigned To set to Klaas TJEBBES