msgviewer: do not anchor ansi escape to start of line
This commit is contained in:
parent
14d58c2f7b
commit
7a1770f129
|
@ -23,7 +23,7 @@ import (
|
|||
"git.sr.ht/~sircmpwn/aerc/models"
|
||||
)
|
||||
|
||||
var ansi = regexp.MustCompile("^\x1B\\[[0-?]*[ -/]*[@-~]")
|
||||
var ansi = regexp.MustCompile("\x1B\\[[0-?]*[ -/]*[@-~]")
|
||||
|
||||
var _ ProvidesMessages = (*MessageViewer)(nil)
|
||||
|
||||
|
|
Loading…
Reference in New Issue