Skip to content

Commit

Permalink
[sidebar] make bottom msg entirely clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Oct 6, 2023
1 parent a50e7ee commit db08842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def drawSidebar(vd, scr, sheet):
try:
if not sidebar:
sidebar = sheet.sidebar
bottommsg = '[:reverse] b to [:onclick sidebar-toggle]toggle sidebar[:]'
bottommsg = '[:onclick sidebar-toggle][:reverse] b to toggle sidebar [:]'
overflowmsg = '[:reverse] (see full sidebar with [:code]gb[:reverse]) [:]'

lines = sidebar.splitlines()
Expand Down

0 comments on commit db08842

Please sign in to comment.