1 Next planned steps in plomrogue development:
5 - make server and client communicate by specific world state info requests
6 in server/out, replacing server/worldstate
8 - quote escaping in token_from_line()
10 - think about refactoring occurrences of "free(...); ... = NULL;"
14 - pythonize Python code
16 - old C code: pythonize, then re-C as needed by performance
20 - re-work unnecessary complex command / keybinding / server message mapping
22 - only send "ITEM_HERE" query to server when the dependent window is open
24 - draw_win_log() is still buggy (make mem alloc for other line break styles!)