metal3d / bashsimplecurses

A simple curses library made in bash to draw terminal interfaces
BSD 3-Clause "New" or "Revised" License
902 stars 117 forks source link

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

Closed trng closed 5 years ago

trng commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

rebase - done.

delete stackdump - done.

11 липня 2018, 18:09:37, від "Patrice Ferlet" notifications@github.com:

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 !

— You are receiving this because you authored the thread. Reply to this email directly, [view it on GitHub|https://github.com/metal3d/bashsimplecurses/pull/27#issuecomment-404204814], or [mute the thread|https://github.com/notifications/unsubscribe-auth/ABT7q5ptxDmVXoON5TOtUYVgaPeJtAb0ks5uFhUwgaJpZM4SBcwj].


Regards, Sergii +380(67) 236 00 20

metal3d commented 5 years ago

Sorry for the latency - merged ! thanks a lot