Skip to content

Commit

Permalink
U MyHints.py: improve wrap_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yurenchen000 committed Dec 27, 2022
1 parent bb00e06 commit 5718d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyHints.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def init_ui(self):
self.tb = tb

def init_style(self):
self.tv.set_wrap_mode(Gtk.WrapMode.WORD_CHAR)
self.tv.set_wrap_mode(Gtk.WrapMode.CHAR)
self.tv.set_property('cursor-visible', False)
self.tv.set_property('editable', False)
self.tv.override_font(self.term.vte.get_font().copy())
Expand Down

0 comments on commit 5718d13

Please sign in to comment.