[PR #347] [CLOSED] Handle ansi code 39 and 49 #918

Closed
opened 2026-03-04 01:08:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/347
Author: @Seanstoppable
Created: 9/14/2019
Status: Closed

Base: masterHead: ansidefaultcolors


📝 Commits (1)

  • 11a4b47 Handle ansi code 39 and 49

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 ansi.go (+4 -0)

📄 Description

39 is apparently the "default foreground color"
49 is apparently the "default background color"

Without change:

Screen Shot 2019-09-13 at 8 19 07 PM

With change:

Screen Shot 2019-09-13 at 8 14 47 PM

🔄 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/rivo/tview/pull/347 **Author:** [@Seanstoppable](https://github.com/Seanstoppable) **Created:** 9/14/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ansidefaultcolors` --- ### 📝 Commits (1) - [`11a4b47`](https://github.com/rivo/tview/commit/11a4b478d3a5f21ee2e284d6c2139c00ff32b22e) Handle ansi code 39 and 49 ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ansi.go` (+4 -0) </details> ### 📄 Description 39 is apparently the "default foreground color" 49 is apparently the "default background color" Without change: <img width="183" alt="Screen Shot 2019-09-13 at 8 19 07 PM" src="https://user-images.githubusercontent.com/1523955/64901130-fad6d380-d663-11e9-81c1-b1ab6f083537.png"> With change: <img width="197" alt="Screen Shot 2019-09-13 at 8 14 47 PM" src="https://user-images.githubusercontent.com/1523955/64901131-ff02f100-d663-11e9-82bf-40e13ad4a600.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:08:34 +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/tview#918
No description provided.