Re: [Gambas-user] ncurses component

2012-03-28 Thread tobi
On Wed, 28 Mar 2012, Benoît Minisini wrote: > Le 28/03/2012 21:29, tobi a écrit : > > hi, > > > > On Mon, 26 Mar 2012, tobi wrote: > >> On Mon, 26 Mar 2012, Rolf-Werner Eilert wrote: > >>> > >>> Am 25.03.2012 14:42, schrieb tobi: > Benoît, > > do you think an ncurses component would

Re: [Gambas-user] ncurses component

2012-03-28 Thread Benoît Minisini
Le 28/03/2012 21:29, tobi a écrit : > hi, > > On Mon, 26 Mar 2012, tobi wrote: >> On Mon, 26 Mar 2012, Rolf-Werner Eilert wrote: >>> >>> Am 25.03.2012 14:42, schrieb tobi: Benoît, do you think an ncurses component would be useful? i abandoned the X server with the beginning of

Re: [Gambas-user] ncurses component

2012-03-28 Thread tobi
hi, On Mon, 26 Mar 2012, tobi wrote: > On Mon, 26 Mar 2012, Rolf-Werner Eilert wrote: > > > > Am 25.03.2012 14:42, schrieb tobi: > > > Benoît, > > > > > > do you think an ncurses component would be useful? i abandoned the X > > > server with the beginning of > > > the year and when i noticed tha

Re: [Gambas-user] ncurses component

2012-03-26 Thread Demosthenes Koptsis
additionally ncurses are usefull for apps which run in a remote ssh console. That's why admins love these apps. They can have gui apps without running X. Στις 26/3/2012 18:38, ο/η tobi έγραψε: > On Mon, 26 Mar 2012, Rolf-Werner Eilert wrote: >> Am 25.03.2012 14:42, schrieb tobi: >>> Benoît, >>>

Re: [Gambas-user] ncurses component

2012-03-26 Thread Demosthenes Koptsis
Goodmorning to all in the list, ncurses are very usefull for profesionals which work as admins with dedicated servers and want a gui style for their terminal. when i was admin i used iptraf which is a monitoring tool writen in ncurses. Think that monitoring tools (htop), admin tools (yast) are

Re: [Gambas-user] ncurses component

2012-03-26 Thread tobi
On Mon, 26 Mar 2012, Rolf-Werner Eilert wrote: > > Am 25.03.2012 14:42, schrieb tobi: > > Benoît, > > > > do you think an ncurses component would be useful? i abandoned the X server > > with the beginning of > > the year and when i noticed that i would need a console ide for gambas, i > > began

Re: [Gambas-user] ncurses component

2012-03-26 Thread Rolf-Werner Eilert
Am 25.03.2012 14:42, schrieb tobi: > Benoît, > > do you think an ncurses component would be useful? i abandoned the X server > with the beginning of > the year and when i noticed that i would need a console ide for gambas, i > began writing one (cut > down to my personal needs of course) using n

Re: [Gambas-user] ncurses component

2012-03-26 Thread Fabien Bodard
2012/3/25 tobi : > Benoît, > > do you think an ncurses component would be useful? i abandoned the X server > with the beginning of > the year and when i noticed that i would need a console ide for gambas, i > began writing one (cut > down to my personal needs of course) using ncurses library. as

[Gambas-user] ncurses component

2012-03-25 Thread tobi
Benoît, do you think an ncurses component would be useful? i abandoned the X server with the beginning of the year and when i noticed that i would need a console ide for gambas, i began writing one (cut down to my personal needs of course) using ncurses library. as it went more complicated i ap