Python Curses (6)

1 Name: #!/usr/bin/anonymous : 2006-08-22 05:57 ID:5G/RXiHr

I'm trying to write a python script that will allow the user to write to screen and have what was written show up in a curses pad.
I don't know how to write the text input. It should be similiar to irssi in which it rests at the bottom and is where all input is taken.

Any ideas on how to write such a thing in curses? I was looking at the curses.textpad module but couldn't get the thing to work since all documentation on the module is non-existant.

2 Name: np3228!AJnXJKCn8c : 2006-08-22 06:17 ID:zIqZtDoK

apt-get source irssi

?

3 Name: #!/usr/bin/anonymous : 2006-08-22 17:02 ID:zX3WlmA1

irssi is written in python?

4 Name: #!/usr/bin/anonymous : 2006-08-22 18:35 ID:LiEdcr31

>>3
No, I want to get a similiar input/output method as it is in
irssi.

5 Name: #!/usr/bin/anonymous : 2006-08-22 21:18 ID:zX3WlmA1

i know, i was addressing >>2

6 Name: #!/usr/bin/anonymous : 2006-08-22 23:07 ID:5G/RXiHr

So, I've been looking at curses tutorials and I think I'll figure this one out. I'll come back if I have any problems, so I hope someone out there knows curses programming.

This thread has been closed. You cannot post in this thread any longer.