mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 13:55:51 +03:00
[PR #584] [CLOSED] Allow arrow-left to move to previous line in table view #989
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#989
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/584
Author: @abrander
Created: 3/29/2021
Status: ❌ Closed
Base:
master← Head:table-left-overflow📝 Commits (2)
6f1e19cAllow cursor-left to move to previous line in table view, if at leftmost cell.577abffMerge branch 'rivo:master' into table-left-overflow📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
table.go(+6 -1)📄 Description
This PR will enable the table view to move the cursor to the previous line if "arrow-left" is pressed in the first column. Pressing right in the last column is already supported.
Right now a user can press "right arrow" at the rightmost cell in a row and end up in the start of next row - unable to get back by pressing "arrow left". This PR fixes that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.