Fix guestfish colour prompts when using white-on-black terminal (RHBZ#1144201).
This commit is contained in:
parent
8a5b967231
commit
035b053b52
@ -1,6 +1,6 @@
|
|||||||
# Guestfish colour prompts. See PROMPT in guestfish(1).
|
# Guestfish colour prompts. See PROMPT in guestfish(1).
|
||||||
GUESTFISH_PS1='\[\e[1;32m\]><fs>\[\e[0;31m\] '
|
GUESTFISH_PS1='\[\e[1;32m\]><fs>\[\e[0;31m\] '
|
||||||
GUESTFISH_OUTPUT='\e[0;30m'
|
GUESTFISH_OUTPUT='\e[0m'
|
||||||
GUESTFISH_RESTORE="$GUESTFISH_OUTPUT"
|
GUESTFISH_RESTORE="$GUESTFISH_OUTPUT"
|
||||||
GUESTFISH_INIT='\e[1;34m'
|
GUESTFISH_INIT='\e[1;34m'
|
||||||
export GUESTFISH_PS1 GUESTFISH_OUTPUT GUESTFISH_RESTORE GUESTFISH_INIT
|
export GUESTFISH_PS1 GUESTFISH_OUTPUT GUESTFISH_RESTORE GUESTFISH_INIT
|
||||||
|
@ -1236,6 +1236,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 18 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.49-1
|
* Thu Sep 18 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.49-1
|
||||||
- New upstream version 1.27.49.
|
- 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
|
* Wed Sep 17 2014 Richard W.M. Jones <rjones@redhat.com> - 1:1.27.48-1
|
||||||
- New upstream version 1.27.48.
|
- New upstream version 1.27.48.
|
||||||
|
Loading…
Reference in New Issue
Block a user