[PR #362] [MERGED] Implement backtab for tcell widgets #357

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/362
Author: @spacez320
Created: 1/27/2024
Status: Merged
Merged: 1/29/2024
Merged by: @mum4k

Base: develHead: 360-panic-when-attempting-to-use-backtab


📝 Commits (2)

  • 120b021 Implement backtab for tcell widgets
  • 2e0828f Remove accidental binary include

📊 Changes

6 files changed (+9 additions, -4 deletions)

View changed files

📝 container/container_test.go (+3 -3)
📝 container/focus_test.go (+1 -1)
📝 keyboard/keyboard.go (+2 -0)
📝 terminal/tcell/event.go (+1 -0)
📝 terminal/tcell/event_test.go (+1 -0)
📝 widgets/textinput/formdemo/formdemo.go (+1 -0)

📄 Description

This implements "Backtab" (a.k.a. Shift+Tab) as a supported keystroke for tcell widgets. Uses backtab in a few tests and demos as makes sense.


🔄 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/362 **Author:** [@spacez320](https://github.com/spacez320) **Created:** 1/27/2024 **Status:** ✅ Merged **Merged:** 1/29/2024 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `360-panic-when-attempting-to-use-backtab` --- ### 📝 Commits (2) - [`120b021`](https://github.com/mum4k/termdash/commit/120b02117f5a6094c3688ea86b62fa894b95773e) Implement backtab for tcell widgets - [`2e0828f`](https://github.com/mum4k/termdash/commit/2e0828fdef8f287f08d473fde587579bcefce986) Remove accidental binary include ### 📊 Changes **6 files changed** (+9 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `container/container_test.go` (+3 -3) 📝 `container/focus_test.go` (+1 -1) 📝 `keyboard/keyboard.go` (+2 -0) 📝 `terminal/tcell/event.go` (+1 -0) 📝 `terminal/tcell/event_test.go` (+1 -0) 📝 `widgets/textinput/formdemo/formdemo.go` (+1 -0) </details> ### 📄 Description This implements "Backtab" (a.k.a. Shift+Tab) as a supported keystroke for tcell widgets. Uses backtab in a few tests and demos as makes sense. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:24:03 +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#357
No description provided.