mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #270] [MERGED] Ability to move focus using keyboard. #290
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#290
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/mum4k/termdash/pull/270
Author: @mum4k
Created: 11/24/2020
Status: ✅ Merged
Merged: 11/25/2020
Merged by: @mum4k
Base:
devel← Head:243-key-based-focus📝 Commits (7)
0771a92Ability to move focus to the next container using a key.0b94ed0Updating CHANGELOG.e8565e7Correcting documentation for the new options.1fd4b04Clarifying the meaning of DFS.e4edc8fAbility to focus the previous container using keyboard.765556ffaketerm diff: only print cells with differences.ff431b7e2e test cases for keyboard based focus changes.📊 Changes
7 files changed (+675 additions, -4 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
container/container.go(+28 -4)📝
container/container_test.go(+176 -0)📝
container/focus.go(+74 -0)📝
container/focus_test.go(+331 -0)📝
container/options.go(+58 -0)📝
private/faketerm/diff.go(+3 -0)📄 Description
Steps:
Containeroptions that configure keys that move focus.Resolves #243
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.