Skip to content

Commit

Permalink
fix(am-dbg): fix tail mode delay
Browse files Browse the repository at this point in the history
  • Loading branch information
pancsta committed Jul 10, 2024
1 parent 6d7a029 commit 7808c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/debugger/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func (d *Debugger) PausedState(_ *am.Event) {
}

func (d *Debugger) TailModeState(_ *am.Event) {
d.C.CursorTx = len(d.C.MsgTxs)
// needed bc tail mode if carried over via SelectingClient
d.updateTxBars()
d.draw()
Expand Down

0 comments on commit 7808c53

Please sign in to comment.