Skip to content

Commit

Permalink
[unfurl] column cursor finish on unfurled column
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Jun 4, 2024
1 parent 5258503 commit c01c2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visidata/features/unfurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def resetCols(self):
self.cursorVisibleColIndex = len(self.columns)-1
self.addColumn(ColumnItem(col.name + "_key", 1))
self.addColumn(ColumnItem(col.name + "_value", 2))
self.cursorVisibleColIndex = len(self.columns)-1
else:
self.addColumn(SubColumnFunc(col.name, col, 0, keycol=col.keycol))

Expand Down

0 comments on commit c01c2b5

Please sign in to comment.