mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #224] [MERGED] Add Tcell implementation for terminal backend #265
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#265
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/224
Author: @kvnxiao
Created: 2/29/2020
Status: ✅ Merged
Merged: 3/3/2020
Merged by: @mum4k
Base:
devel← Head:devel📝 Commits (10+)
b23d99cAdd tcell dependency as another terminal backend4fcdf48Fix mouse eventsfacb0e6Add missing commentf01148cAdd color mode and clear style colors2f95ff9Remove local go.mod stuff67c22d9Add license headers3fdaf65Use tcell screen.Fill() to clear screen5cd12d9Add test for tcell optionsc431b8cAdd fixColor test5f5aff3Add cellOptsToStyle test📊 Changes
9 files changed (+1054 additions, -1 deletions)
View changed files
📝
CHANGELOG.md(+9 -0)📝
termdashdemo/termdashdemo.go(+26 -1)➕
terminal/tcell/cell_options.go(+62 -0)➕
terminal/tcell/cell_options_test.go(+157 -0)➕
terminal/tcell/event.go(+199 -0)➕
terminal/tcell/event_test.go(+281 -0)➕
terminal/tcell/tcell.go(+200 -0)➕
terminal/tcell/tcell_test.go(+116 -0)📝
terminal/terminalapi/terminalapi.go(+4 -0)📄 Description
Adds the option to use https://github.com/gdamore/tcell as the terminal screen. This PR also addresses #223, being that tcell enables proper rendering on Windows devices (including Windows Terminal).
Fixes #100.
Fixes #223.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.