I am creating a scrollable list using ncurses, similar to the list in aptitude
(apt-get front end).
How should I go about creating padded spaces between columns? I am planning to write each column using wprintw()
.
e.g.
pizza spicy 10
steak normal 10
burritoes guacamole 20
each line using wprintw().