mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Move closing region tag to the end of the line
Highlight works by highlighting the entire region that exists Since current region starts and immediately ends, there is no highlighting
This commit is contained in:
@@ -113,7 +113,7 @@ func (widget *Widget) contentFrom(messages []Message) string {
|
||||
var str string
|
||||
for idx, message := range messages {
|
||||
str = str + fmt.Sprintf(
|
||||
`["%d"][""][%s] [blue]%s [lightslategray]%s: [%s]%s [aqua]%s`,
|
||||
`["%d"][%s] [blue]%s [lightslategray]%s: [%s]%s [aqua]%s[""]`,
|
||||
idx,
|
||||
widget.rowColor(idx),
|
||||
message.From.DisplayName,
|
||||
|
||||
Reference in New Issue
Block a user