24bit fg/bg color is not implemented and I haz questions... #78
Labels
help wanted
Extra attention is needed
up-for-grabs
Relatively simple, and could use a volunteer to take on it
https://github.com/migueldeicaza/XtermSharp/blob/master/XtermSharp/Terminal.cs#L683
The code in
InputHandler.cs
looks right:But without
MatchColor
implemented, 24bit color is not implemented. The spec is:I tried a naïve try:
I obviously don't know what I'm doing because this always returns 255 even though in the debugger I see my values for
r1
,g1
, andb1
being passed in.What is the value of the the
int fg
andint bg
supposed to hold?I built this too to help:
What am I doing wrong/missing?
The text was updated successfully, but these errors were encountered: