mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #280] [MERGED] Support closed focus groups. #299
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#299
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/280
Author: @mum4k
Created: 12/27/2020
Status: ✅ Merged
Merged: 12/27/2020
Merged by: @mum4k
Base:
devel← Head:243-closed-focus-groups📝 Commits (7)
fe482abContainer options for focus group support.916354cFixing a typo in function comments.c1f1c03Basic test cases for closed focus groups.bfcc297Test verifying that KeyFocusSkip has no effect on focus groups.69bc767Containers can now belong to multiple focus groups.5c68b72Test coverage for closed focus groups.d227a23Updating CHANGELOG.📊 Changes
6 files changed (+822 additions, -37 deletions)
View changed files
📝
CHANGELOG.md(+5 -7)📝
container/container.go(+25 -4)📝
container/container_test.go(+57 -0)📝
container/focus.go(+36 -12)📝
container/focus_test.go(+555 -12)📝
container/options.go(+144 -2)📄 Description
Containers can register into separate focus groups and specific keyboard keys can be configured to move the focus within each focus group.
Works on #243
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.