You are not logged in.
Pages: 1
I'm searching for a package/method to make my own terminal screen.
If you all remember the installation of Arch Linux? The blue menu where you use the arrows and the spacebar to control the menu?
If you install MySQL you have the same menu for setting your root password too.
I was wondering how you can make your own program in C/C++ or Python with that kind of menu.
Offline
You're looking for ncurses. It's probably already installed on your system, but if not you'll find it in the core repo.
Offline
There are some toolkits to build similar menus, like http://www.archlinux.org/packages/community/i686/stfl/
Offline
stfl looks cool, although a bit complicated
the arch installer uses dialog (well, actually it uses libui-sh, which in turn uses dialog)
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
Python has a curses module that you can use.
Offline
dp
Last edited by bunburya (2010-10-23 03:45:18)
Offline
Pages: 1