- Nov 17, 2015
- Nov 16, 2015
-
-
deuce authored
-
deuce authored
-
deuce authored
No longer blocks for an extra keypress at termination on *nix. Something like raw_poll or something will be needed to let Win32 work (and to avoid the silly socket_select(file) usage).
-
deuce authored
needs to load its own input script, give unique global names to the different input queues.
-
- Nov 15, 2015
- Nov 14, 2015
-
-
deuce authored
after each write so we don't require the -f option.
-
- Nov 13, 2015
-
-
deuce authored
Implement getstr() with a reduced set of options.
-
- Nov 12, 2015
-
-
deuce authored
-
deuce authored
jsexec_console and socket_console to avoid copy pasta. Use 0/0 origin for all things. Just because ANSI uses 1/1 origin doesn't mean we have to.
-
deuce authored
-
deuce authored
existing objects, use object function-local variables, etc).
-
deuce authored
screen. Avoid creating new Attribute objects when not needed (ie: only on creation)
-
deuce authored
-
deuce authored
Use default of 80x24 for both. Use the screen object to parse ANSI and keep the systems idea of the "Current Attribute" correct. Once this is all fixed up, I'll have everything I need for getstr()!
-
deuce authored
file.
-
deuce authored
Add Graphic.put() which copies a Graphic object into one the same size or larger. Fix Graphic.draw() to work.
-
- Nov 11, 2015
- Nov 10, 2015
- Nov 08, 2015
-
-
deuce authored
-
deuce authored
-
deuce authored
select() a file on that OS. Also, opening the "CON" file may not do what I expect.
-
deuce authored
into dk.console since we're returning strings from getkey(), not constants.
-
deuce authored
the local and remote I/O into a single queue which can be waited on. A *very* simple door now "works".
-
- Nov 07, 2015