TextUserInterfaces.jl icon indicating copy to clipboard operation
TextUserInterfaces.jl copied to clipboard

missing *`addstr`, `move`, `raw`, `COLOR_PAIR` & `addch` (like `addchstr`, `mvaddchstr`, `mvwaddchnstr`, etc.)?

Open abhinav3398 opened this issue 2 years ago • 3 comments

do we have mvaddstr inside NCurses?

abhinav3398 avatar Jan 15 '23 07:01 abhinav3398

in fact, i can't find any addstr function!

abhinav3398 avatar Jan 15 '23 07:01 abhinav3398

Ok! I will add those? Is it possible to list all functions you want?

ronisbr avatar Jan 15 '23 20:01 ronisbr

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:

abhinav3398 avatar Jan 15 '23 23:01 abhinav3398