diff --git a/Notes.txt b/Notes.txt index b9bfbef..5f1a0d4 100644 --- a/Notes.txt +++ b/Notes.txt @@ -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? diff --git a/include/pconsole.h b/include/pconsole.h index 2437577..c8d2451 100644 --- a/include/pconsole.h +++ b/include/pconsole.h @@ -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); /*