nothing
This commit is contained in:
parent
1c9663740e
commit
9fed3f6602
|
@ -367,7 +367,7 @@ class HistoryWindow:
|
|||
if result is not None:
|
||||
match_start_iter, match_end_iter = result
|
||||
match_start_iter.backward_char() # include '[' or other character before time
|
||||
match_end_iter.forward_line() # highlite all message not just time
|
||||
match_end_iter.forward_line() # highlight all message not just time
|
||||
self.history_buffer.apply_tag_by_name('highlight', match_start_iter,
|
||||
match_end_iter)
|
||||
|
||||
|
|
Loading…
Reference in New Issue