mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #362] [MERGED] Implement backtab for tcell widgets #357
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#357
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/362
Author: @spacez320
Created: 1/27/2024
Status: ✅ Merged
Merged: 1/29/2024
Merged by: @mum4k
Base:
devel← Head:360-panic-when-attempting-to-use-backtab📝 Commits (2)
120b021Implement backtab for tcell widgets2e0828fRemove 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.