Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lint issues #663

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Fix lint issues #663

merged 1 commit into from
Nov 26, 2024

Conversation

noborus
Copy link
Owner

@noborus noborus commented Nov 26, 2024

No description provided.

@noborus noborus merged commit df6770f into master Nov 26, 2024
8 checks passed
@noborus noborus deleted the fix-lint-point branch November 26, 2024 06:28
Comment on lines 74 to +85
// tcell does not support underline color.
//if s.UnderlineColor != "" {
// if s.UnderlineColor != "" {
// style = style.UnderlineColor(tcell.GetColor(s.UnderlineColor))
//}
// }
// tcell does not support underline type.
//if s.UnderlineType != 0 {
// if s.UnderlineType != 0 {
// Double,Curly,Dotted,Dashed
//}
// }
// tcell does not support vertical align type.
//if s.VerticalAlignType != 0 {
// if s.VerticalAlignType != 0 {
// Top,Middle,Bottom
//}
// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you could have removed the commented code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants