fixing LP#247907 and answer#38895
correct typo in terminatorlib/terminatorterm.py
This commit is contained in:
parent
9d97e21aa8
commit
cd3013389d
|
@ -504,7 +504,7 @@ text/plain
|
||||||
self._vte.set_background_transparent (False)
|
self._vte.set_background_transparent (False)
|
||||||
|
|
||||||
# Set our cursor blinkiness
|
# Set our cursor blinkiness
|
||||||
self._vte.set_cursor_blinks = (self.conf.cursor_blink)
|
self._vte.set_cursor_blinks (self.conf.cursor_blink)
|
||||||
|
|
||||||
# Set our audible belliness
|
# Set our audible belliness
|
||||||
silent_bell = self.conf.silent_bell
|
silent_bell = self.conf.silent_bell
|
||||||
|
|
Loading…
Reference in New Issue