Public Member Functions | |
| def | __init__ |
| def | reset |
| def | handleKey |
| def | draw |
Public Attributes | |
| curses | |
| writing | |
| text | |
Static Public Attributes | |
| int | MINW = 1000 |
| int | MINH = 9 |
| int | X = 0 |
| Y = -MINH | |
| string | NAME = "Chat" |
| string | HELP = "space : begin message" |
This describes a view from the chat, to be displayed on the screen at runtime.
| def plugins.chatcurses.ChatView.draw | ( | self | ) |
Draws the chat on the screen and the texts.
Reimplemented from plugins.plugincurses.CursesPlugin.
| def plugins.chatcurses.ChatView.handleKey | ( | self, | |
| key | |||
| ) |
return True if the key has been used
Reimplemented from plugins.plugincurses.CursesPlugin.
| def plugins.chatcurses.ChatView.reset | ( | self | ) |
Resets the object attributes.
1.7.6.1