in reply to Re: HTML --> text formatting with curses color codes?
in thread HTML --> text formatting with curses color codes?

I'm fairly sure there's no css involved in this part; it's the display for a web-based chat. I had to write my own client for it since links can't deal with server-push.

I'm using a curses module (a hacked-up version of Term::Visual to add a third pane down the right side to display currently-logged-in users), so I'll need to convert it down to curses colors. I'm not sure how to do that yet; I guess I'll just break the colors down into ranges, each range mapping to a curses color.

Shalon Wood
  • Comment on Re^2: HTML --> text formatting with curses color codes?