Re: [PHP] cli input and screen question(s)

2004-02-15 Thread Matthias Nothhaft
Hi Adam Bregenzer, you wrote: On Fri, 2004-02-13 at 18:25, Matthias Nothhaft wrote: The other problem is: I would like to draw a screen like midnight commander does. Is there a way to get that work with PHP ? Ahh, sounds like a Slackware fan. :) don't really know what it is. I just wanna write s

Re: [PHP] cli input and screen question(s)

2004-02-13 Thread Adam Bregenzer
On Fri, 2004-02-13 at 18:25, Matthias Nothhaft wrote: > The other problem is: I would like to draw a screen > like midnight commander does. Is there a way to get that > work with PHP ? Ahh, sounds like a Slackware fan. :) You want to look at ncurses[1] in PHP. This lets you draw on a screen. It

RE: [PHP] cli input and screen question(s)

2004-02-13 Thread Chris W. Parker
Matthias Nothhaft on Friday, February 13, 2004 3:26 PM said: > The other problem is: I would like to draw a screen > like midnight commander does. Is there a way to get that > work with PHP ? midnight commander? never heard of it. but you might want to look into so

Re: [PHP] cli input and screen question(s)

2004-02-13 Thread Richard Davey
Hello Matthias, Friday, February 13, 2004, 11:25:41 PM, you wrote: MN> does someone know how to "observe" the keyboard input MN> e.g. in a while loop so that I can do other stuff MN> between two keypresses!? MN> And is it possible to make a cli script responsable MN> for special keys like cursor

[PHP] cli input and screen question(s)

2004-02-13 Thread Matthias Nothhaft
Hi all of you, does someone know how to "observe" the keyboard input e.g. in a while loop so that I can do other stuff between two keypresses!? And is it possible to make a cli script responsable for special keys like cursor, function (F1, F2...) or Control/Alt-[somekey], PageUp/Down, Enter, Esc,.