TextUserInterfaces.jl
TextUserInterfaces.jl copied to clipboard
missing *`addstr`, `move`, `raw`, `COLOR_PAIR` & `addch` (like `addchstr`, `mvaddchstr`, `mvwaddchnstr`, etc.)?
do we have mvaddstr
inside NCurses
?
in fact, i can't find any addstr
function!
Ok! I will add those? Is it possible to list all functions you want?
Well there are lot of functions missing from the original NCURSES
lib apart from *addstr
. But atm, I could use *addstr
, move
, raw
, COLOR_PAIR
& *addch
* (like addchstr
, mvaddchstr
, mvwaddchnstr
, etc.).
Also, Thnx man! :+1: