Add TODO comments.

This commit is contained in:
Ryan Prichard 2012-03-13 22:15:02 -07:00
parent c949e03164
commit 00eee82468
2 changed files with 8 additions and 0 deletions

View File

@ -189,3 +189,10 @@ Experiment with the Terminator emulator, an emulator that doesn't wrap lines.
How many columns does it report having? What column does it report the cursor
in as it's writing past the right end of the window? Will Terminator be a
problem if I implement line wrapping detection in the agent?
BUG: After the unix-adapter/pconsole.exe program exits, the blinking cursor is
replaced with a hidden cursor.
Fix assert() in the agent. If it fails, the failure message needs to be
reported somewhere. Pop up a dialog box? Maybe switch the active desktop,
then show a dialog box?

View File

@ -43,6 +43,7 @@ PCONSOLE_API int pconsole_start_process(pconsole_t *pc,
PCONSOLE_API int pconsole_get_exit_code(pconsole_t *pc);
/* TODO: Not implemented. Should it be? */
PCONSOLE_API int pconsole_flush_and_close(pconsole_t *pc);
/*