update highlight regex
This commit is contained in:
parent
e6c8f8b2e8
commit
4072e2b7e5
2
bink.py
2
bink.py
@ -107,7 +107,7 @@ if len(sys.argv) > 1:
|
||||
|
||||
import urwid
|
||||
|
||||
name_re = compile(f"(~|@)?{getpwuid(os.getuid()).pw_name}")
|
||||
name_re = compile(f"(?<!\w)[@~]?{getpwuid(os.getuid()).pw_name}")
|
||||
footer = "[c]reate [r]efresh [q]uit | scrolling: arrows, j/k, space, page up/down, ctrl-d/ctrl-u"
|
||||
attrmap = [
|
||||
("bold", "default,bold", "default"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user