[PR #270] [MERGED] Ability to move focus using keyboard. #290

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

📋 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: develHead: 243-key-based-focus


📝 Commits (7)

  • 0771a92 Ability to move focus to the next container using a key.
  • 0b94ed0 Updating CHANGELOG.
  • e8565e7 Correcting documentation for the new options.
  • 1fd4b04 Clarifying the meaning of DFS.
  • e4edc8f Ability to focus the previous container using keyboard.
  • 765556f faketerm diff: only print cells with differences.
  • ff431b7 e2e 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:

  • Add Container options that configure keys that move focus.
  • Enable moving focus to the next container.
  • Enable moving focus to the previous container.
  • Document the feature in the wiki.

Resolves #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/270 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 11/24/2020 **Status:** ✅ Merged **Merged:** 11/25/2020 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `243-key-based-focus` --- ### 📝 Commits (7) - [`0771a92`](https://github.com/mum4k/termdash/commit/0771a92dc255ba0912a552742b66c66502c681f9) Ability to move focus to the next container using a key. - [`0b94ed0`](https://github.com/mum4k/termdash/commit/0b94ed0f7c27ead0bc98fbf67be4ac0308024a9f) Updating CHANGELOG. - [`e8565e7`](https://github.com/mum4k/termdash/commit/e8565e739d329e0fd4e145175424d5f1e4305fd6) Correcting documentation for the new options. - [`1fd4b04`](https://github.com/mum4k/termdash/commit/1fd4b044cfba3d2ac1ae1e682382ea0296474b58) Clarifying the meaning of DFS. - [`e4edc8f`](https://github.com/mum4k/termdash/commit/e4edc8f15a33a795622b77c3b8ce19241f26e334) Ability to focus the previous container using keyboard. - [`765556f`](https://github.com/mum4k/termdash/commit/765556fe8e9ea98dd24f149bbc155f709c10c05d) faketerm diff: only print cells with differences. - [`ff431b7`](https://github.com/mum4k/termdash/commit/ff431b782dfe9f438223fc789b4d187cd89b124e) e2e test cases for keyboard based focus changes. ### 📊 Changes **7 files changed** (+675 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Steps: - [x] Add `Container` options that configure keys that move focus. - [x] Enable moving focus to the next container. - [x] Enable moving focus to the previous container. - [x] Document the feature in the wiki. Resolves #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:44 +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#290
No description provided.