Fix guestfish colour prompts when using white-on-black terminal (RHBZ#1144201).

This commit is contained in:
Richard W.M. Jones 2014-09-19 13:23:42 +01:00
parent 8a5b967231
commit 035b053b52
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Guestfish colour prompts. See PROMPT in guestfish(1).
GUESTFISH_PS1='\[\e[1;32m\]><fs>\[\e[0;31m\] '
GUESTFISH_OUTPUT='\e[0;30m'
GUESTFISH_OUTPUT='\e[0m'
GUESTFISH_RESTORE="$GUESTFISH_OUTPUT"
GUESTFISH_INIT='\e[1;34m'
export GUESTFISH_PS1 GUESTFISH_OUTPUT GUESTFISH_RESTORE GUESTFISH_INIT

View File

@ -1236,6 +1236,7 @@ popd
%changelog
* Thu Sep 18 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.49-1
- New upstream version 1.27.49.
- Fix guestfish colour prompts when using white-on-black terminal (RHBZ#1144201).
* Wed Sep 17 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.48-1
- New upstream version 1.27.48.