Skip to content

Commit

Permalink
[scroll_context] formatter on status corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
geekscrapy authored and saulpw committed Nov 14, 2023
1 parent ed47f29 commit 78b5cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/features/scroll_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def toggle_scrollfix(sheet):
vd.status("cursor unlocked")
else:
sheet.disp_scrollfix = sheet.cursorRowIndex - sheet.topRowIndex
vd.status("cursor locked to screen row {sheet.disp_scrollfix}")
vd.status(f"cursor locked to screen row {sheet.disp_scrollfix}")


Sheet.addCommand('', 'toggle-scrollfix', 'toggle_scrollfix()', helpstr='toggle cursor lock to current screen row')
Expand Down

0 comments on commit 78b5cfe

Please # to comment.