summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-11-20 13:32:32 +0300
committerGrail Finder <wohilas@gmail.com>2024-11-20 13:33:04 +0300
commitfc517c2c69d96501f1adc5a021b39b9eff22e4d7 (patch)
tree669bb1a364359bb8565b7fed7b1828593395958d /main.go
parent8ae4d075c4d043eae604af9cad0cf5e571420a61 (diff)
Chore: tools to their own file [wip]
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8e20381..6b38330 100644
--- a/main.go
+++ b/main.go
@@ -172,7 +172,6 @@ func main() {
return nil
}
if event.Key() == tcell.KeyF3 {
- // TODO: delete last n messages
// modal window with input field
chatBody.Messages = chatBody.Messages[:len(chatBody.Messages)-1]
textView.SetText(chatToText(showSystemMsgs))