hey everybody,
I wrote a little menu in ncurses and everything runs great. However, i'm having a bit of trouble adding a line right before the menu.
This is what my code looks like when i try to add a title
basically, the menu is always position at 0,0, thus overwritting any string before the menu. Is there a way to change the position of the menu?Code:int main() { //ncurses init is done here printw("A nifty title is located here\n"); // post_menu(my_menu); refresh(); //more stuff here to interact with the menu return 0; }



LinkBack URL
About LinkBacks


