You are not logged in.

#1 2010-10-19 18:40:02

Bulvine
Member
Registered: 2010-10-19
Posts: 1

Remake of installation screen.

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

#2 2010-10-19 18:51:14

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Remake of installation screen.

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

#3 2010-10-19 19:26:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Remake of installation screen.

There are some toolkits to build similar menus, like http://www.archlinux.org/packages/community/i686/stfl/

Offline

#4 2010-10-20 16:24:59

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: Remake of installation screen.

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

#5 2010-10-23 03:36:40

bunburya
Member
From: Dublin, Ireland
Registered: 2010-09-06
Posts: 64

Re: Remake of installation screen.

Python has a curses module that you can use.

Offline

#6 2010-10-23 03:42:01

bunburya
Member
From: Dublin, Ireland
Registered: 2010-09-06
Posts: 64

Re: Remake of installation screen.

dp

Last edited by bunburya (2010-10-23 03:45:18)

Offline

Board footer

Powered by FluxBB