some small fixes

This commit is contained in:
Kujtim Hoxha 2025-05-01 12:48:19 +02:00 committed by adamdottv
parent e760d28c5a
commit e4680caebb
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
6 changed files with 25 additions and 182 deletions

View file

@ -30,11 +30,6 @@ const (
maxResultHeight = 10
)
// getDiffWidth returns the width for the diff formatting
func getDiffWidth(width int) int {
return width
}
type uiMessage struct {
ID string
messageType uiMessageType