home
·
contact
·
privacy
projects
/
plomrogue2-experiments
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f7ca4b
)
Send initial GET_GAMESTATE command from client.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 10 Apr 2019 00:02:11 +0000
(
02:02
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 10 Apr 2019 00:02:11 +0000
(
02:02
+0200)
new/example_client.py
patch
|
blob
|
history
diff --git
a/new/example_client.py
b/new/example_client.py
index aa0a3076d4eacfa890683ffcfc03729cf150b71f..54435460ab1411140fa9c1b011893e392980f6b7 100755
(executable)
--- a/
new/example_client.py
+++ b/
new/example_client.py
@@
-608,6
+608,7
@@
class TUI:
write_mode = False
for w in top_widgets:
w.ensure_freshness(True)
+ self.socket.send('GET_GAMESTATE')
while True:
# Draw screen.