Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-19 23:09:00 +02:00
parent 2225afd9ee
commit af872afbe8
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -14,7 +14,6 @@ const (
popupH = 20
)
type OpenMsg struct {
RawRequest string
Scheme string
-1
View File
@@ -12,7 +12,6 @@ const (
popupH = 20
)
type OpenMsg struct {
RawRequest string
Scheme string
+1 -1
View File
@@ -20,8 +20,8 @@ import (
"github.com/anotherhadi/spilltea/internal/db"
"github.com/anotherhadi/spilltea/internal/keys"
"github.com/anotherhadi/spilltea/internal/style"
"github.com/anotherhadi/spilltea/internal/util"
diffUI "github.com/anotherhadi/spilltea/internal/ui/diff"
"github.com/anotherhadi/spilltea/internal/util"
"github.com/klauspost/compress/zstd"
)