bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to interpret ansi escape code like "\033[; 1; 31mHello World\033[0m"


From: John Daker
Subject: How to interpret ansi escape code like "\033[; 1; 31mHello World\033[0m"?
Date: Mon, 17 Nov 2008 19:51:18 +0800

I'm writing a telnet client with ncurses, and I cannot handle ansi
escape code like "\033[;1;31mHello World\033[0m" read through socket
from a telnet server,

Can ncurses parse ansi escape code to color system of himself?
Or is there any third party lib to do this?

Thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]