Name: Anonymous 2009-07-21 2:33
I want to call ls or other unix commands in my curses programme, but when I call them through system() in a curses programme, they are misaligned; what do I do? I tried to call them after endwin, and that works, but I'd like to do that without going back to the actual terminal.