diff options
Diffstat (limited to 'security/hotssh/files/patch-hotssh_hotvte_vteterm.py')
-rw-r--r-- | security/hotssh/files/patch-hotssh_hotvte_vteterm.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/hotssh/files/patch-hotssh_hotvte_vteterm.py b/security/hotssh/files/patch-hotssh_hotvte_vteterm.py new file mode 100644 index 000000000000..cb274cd2b9b9 --- /dev/null +++ b/security/hotssh/files/patch-hotssh_hotvte_vteterm.py @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- hotssh/hotvte/vteterm.py.orig ++++ hotssh/hotvte/vteterm.py +@@ -264,7 +264,7 @@ + def __set_gtk_colors(self): + fg = self.style.text[gtk.STATE_NORMAL] + bg = self.style.base[gtk.STATE_NORMAL] +- self.set_colors(True, fg, bg, isdefault=True) ++ self.set_colors(fg, bg, False, isdefault=True) + + def set_colors(self, fg, bg, palette, isdefault=False): + if not isdefault: |