mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
some small fixes
This commit is contained in:
parent
e760d28c5a
commit
e4680caebb
6 changed files with 25 additions and 182 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue