Skip to content

Commit

Permalink
update cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Dec 8, 2024
1 parent 4aa7acc commit 8957675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/taskengine/cursor.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const (
)

type Cursor struct {
Direction CursorDirection `json:"direction"`
Position string `json:"mark"`
Direction CursorDirection `json:"d"`
Position string `json:"p"`
}

func NewCursor(direction CursorDirection, position string) *Cursor {
Expand Down

0 comments on commit 8957675

Please sign in to comment.