Alex Shinn
389f5388f0
Using consistent spacing.
2014-07-27 16:08:28 +09:00
Alex Shinn
bec0275bf2
Adding escapes for basic ansi colors as well.
2014-07-24 22:48:55 +09:00
Alex Shinn
bb0767eb45
Adding initial 256 color support to (chibi term ansi).
2014-07-23 23:21:45 +09:00
Alex Shinn
9be980a100
Tentative change to enable restarting at a fresh line in the REPL.
2014-07-23 23:01:41 +09:00
Alex Shinn
1925b068ef
Adding (chibi term ansi) library from Alan Watson.
2014-07-22 23:28:54 +09:00
Alex Shinn
ea6e44f7d0
Distinguishing general read errors from incomplete input read errors.
...
Using these to allow multi-line input in edit-line.
2014-05-05 21:05:02 +09:00
Alex Shinn
bb54932b5a
Avoiding duplicate clears in edit-line, which cause unintended scroll up for multi-line inputs.
2014-05-05 16:31:49 +09:00
Alex Shinn
8b5eb68238
File descriptors maintain a reference count of ports open on them
...
They can be close()d explicitly with close-file-descriptor, and
will close() on gc, but only explicitly closing the last port on
them will close the fileno. Notably needed for network sockets
where we open separate input and output ports on the same socket.
2014-02-20 22:32:50 +09:00