fpjohnston / TECO-64

Enhanced and portable version of TECO text editor in C.
24 stars 6 forks source link

Foreground/background color can only be set once #19

Open mcctuxic opened 6 months ago

mcctuxic commented 6 months ago

I am using GENTOO Linux, the newest version of TECO-64 sources, and sys-libs/ncurses-6.4_p20230401, sys-libs/glibc-2.38-r7. I compiled TECO-64 myself.

When starting video mode like this:

5,7:w`-w``
<CTRL/K>

I get a white background with black characters (see previous issue). Lets make it colorful!

@F2/blue/green/``

...nothing happens.

<CTRL/K>

The colors had changed!...but the color combo is bad for my eyes. Let's change them again:

@F2/white/blue/``

Nothing happens.

<CTRL/K>

Got stuck...nothing changed. This is not expected/

fpjohnston commented 6 months ago

Well, you're certainly giving the extended features a workout. I appreciate that, even while I'm apologetic that you've smoked out some bugs. I do have an extensive set of automated smoke tests that I run before every release, but those are pretty much only for non-display mode. So I'm not surprised that a diligent user might discover something I missed. Regardless, I'll be putting on my debugging hat to charge after this and the other bugs you've reported.

mcctuxic commented 6 months ago

Hi Franklin,

thank you for reply! I appreciate it very much to have a real teco at hand. Thank you for all your work you put into it!

(sorry, no native speaker here)

On 11/12 01:43, Franklin P. Johnston wrote:

Well, you're certainly giving the extended features a workout. I appreciate that, even while I'm apologetic that you've smoked out some bugs. I do have an extensive set of automated smoke tests that I run before every release, but those are pretty much only for non-display mode. So I'm not surprised that a diligent user might discover something I missed. Regardless, I'll be putting on my debugging hat to charge after this and the other bugs you've reported.

-- Reply to this email directly or view it on GitHub: https://github.com/fpjohnston/TECO-64/issues/19#issuecomment-1807073335 You are receiving this because you authored the thread.

Message ID: @.***>