mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #251] [MERGED] add font modifier cell options: bold, italic, underline. #277
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#277
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/251
Author: @dyc3
Created: 11/12/2020
Status: ✅ Merged
Merged: 11/14/2020
Merged by: @mum4k
Base:
devel← Head:font-modifiers📝 Commits (5)
fe3e973Merge pull request #244 from mum4k/release-0-12-22a7dafaAddinggexto the list of projects using Termdash.50310f4add font modifier cell options: bold, italic, underline.f501a14have the termbox backend return an error when attempting to use italics or strikethrough53530e7add tests for font modifier cell options📊 Changes
10 files changed (+123 additions, -10 deletions)
View changed files
📝
README.md(+1 -0)📝
cell/cell.go(+34 -2)📝
go.mod(+1 -1)📝
go.sum(+5 -0)📝
terminal/tcell/cell_options.go(+2 -1)📝
terminal/tcell/cell_options_test.go(+15 -0)📝
terminal/termbox/cell_options.go(+20 -2)📝
terminal/termbox/cell_options_test.go(+23 -0)📝
terminal/termbox/termbox.go(+10 -2)📝
widgets/text/textdemo/textdemo.go(+12 -2)📄 Description
This PR adds cell options for the font modifiers bold, italic, and underline.
tcellwas upgraded 1.4.0.Strikethrough cell option was added as a no-op until tcell is updated to v2.0.0. I figured it wasn't a good idea to upgrade tcell by a whole major version without testing.
Closes #251
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.