[PR #280] [MERGED] Support closed focus groups. #299

Closed
opened 2026-03-03 16:23:46 +03:00 by kerem · 0 comments
Owner

📋 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: develHead: 243-closed-focus-groups


📝 Commits (7)

  • fe482ab Container options for focus group support.
  • 916354c Fixing a typo in function comments.
  • c1f1c03 Basic test cases for closed focus groups.
  • bfcc297 Test verifying that KeyFocusSkip has no effect on focus groups.
  • 69bc767 Containers can now belong to multiple focus groups.
  • 5c68b72 Test coverage for closed focus groups.
  • d227a23 Updating 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/280 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 12/27/2020 **Status:** ✅ Merged **Merged:** 12/27/2020 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `243-closed-focus-groups` --- ### 📝 Commits (7) - [`fe482ab`](https://github.com/mum4k/termdash/commit/fe482ab6e6b76e597734af0ea00e4713cfc4450e) Container options for focus group support. - [`916354c`](https://github.com/mum4k/termdash/commit/916354c855c2d61a2e60379141ab80abd394b78e) Fixing a typo in function comments. - [`c1f1c03`](https://github.com/mum4k/termdash/commit/c1f1c03e9572187f05345868014b6359086de7af) Basic test cases for closed focus groups. - [`bfcc297`](https://github.com/mum4k/termdash/commit/bfcc2972fa86a1829fe3f5c1941285f1d9ea0f53) Test verifying that KeyFocusSkip has no effect on focus groups. - [`69bc767`](https://github.com/mum4k/termdash/commit/69bc767fb5d54a70aa3d62b3849f00f4c4af8677) Containers can now belong to multiple focus groups. - [`5c68b72`](https://github.com/mum4k/termdash/commit/5c68b72bbe6e10b8dcdf7227b8e1b775e48009db) Test coverage for closed focus groups. - [`d227a23`](https://github.com/mum4k/termdash/commit/d227a23d1c30d87ee1af4acc4fc5dd39498e4e2a) Updating CHANGELOG. ### 📊 Changes **6 files changed** (+822 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#299
No description provided.