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

The fix for "append_tabbed()" (it does not coloring text and bg). #27

Merged
merged 2 commits into from
Jan 13, 2019

Conversation

trng
Copy link
Contributor

@trng trng commented Feb 11, 2018

Current append_tabbed() (in main branch) does not coloring text and background (because "tput sc" and "tput rc" save and restore not only cursor position, but color setting too).
Solution: move "tput sc" after setcolor/setbgcolor call.

Current append_tabbed() (in main branch) does not coloring text and background (because "tput sc" and "tput rc" save and restore not only cursor position, but color setting too).
Solution: move "tput sc" after setcolor/setbgcolor call.
@metal3d
Copy link
Owner

metal3d commented Jul 11, 2018

Can you please remove the stackdump file ? and don't forget to rebase to master before to push. I will merge that as soon as possible. Thanks a lot !

@trng
Copy link
Contributor Author

trng commented Jul 13, 2018 via email

@metal3d metal3d merged commit ae2f567 into metal3d:master Jan 13, 2019
@metal3d
Copy link
Owner

metal3d commented Jan 13, 2019

Sorry for the latency - merged ! thanks a lot

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