Skip to content

Commit

Permalink
fix: small visual bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Nov 15, 2023
1 parent 707348b commit fb99893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/geom/tty/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func Copy(pos geom.Vec2, dst, src *State) {
dst.Cursor = src.Cursor
dst.Cursor.X += pos.C
dst.Cursor.Y += pos.R
dst.CursorVisible = src.CursorVisible
}

func Capture(view emu.View) *State {
Expand Down
1 change: 1 addition & 0 deletions pkg/mux/screen/replay/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func (r *Replay) drawMatches(state *tty.State) {
fgColor,
bg,
)
break
}
}
}
Expand Down

0 comments on commit fb99893

Please sign in to comment.