|
@@ -53,6 +53,7 @@ func newMessagesText(cfg *config.Config) *messagesText {
|
|
|
SetWordWrap(true).
|
|
SetWordWrap(true).
|
|
|
ScrollToEnd().
|
|
ScrollToEnd().
|
|
|
SetHighlightedFunc(mt.onHighlighted).
|
|
SetHighlightedFunc(mt.onHighlighted).
|
|
|
|
|
+ SetTextColor(tcell.ColorDefault).
|
|
|
SetTitle("Messages").
|
|
SetTitle("Messages").
|
|
|
SetInputCapture(mt.onInputCapture)
|
|
SetInputCapture(mt.onInputCapture)
|
|
|
|
|
|