- Jul 08, 2003
-
-
rswindell authored
rather than use SBBSCTRL environment variable (if set).
-
rswindell authored
-
rswindell authored
-
rswindell authored
name found).
-
rswindell authored
multi-line edit support (I tried).
-
rswindell authored
-
rswindell authored
Using new console abstraction functions (e.g. cursor_left/right, cleartoeol). Removed ansi_ prefix from cursor positioning methods (the old method names remain as aliases for backwards compatibility).
-
rswindell authored
-
rswindell authored
-
rswindell authored
Using new console abstraction functions (e.g. cursor_left).
-
rswindell authored
-
rswindell authored
eventually, these may be non-ANSI-specific. Updated brace-style. Moved clearline() method from listfile.cpp. Using rputs/rprintf instead of bputs/bprintf for sending ANSI escape sequences. bugfix: ctrl_a(127) does nothing rather than send <esc>[0C.
-
rswindell authored
eventually, these may be non-ANSI-specific.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Defaults to insert mode, handles insertion of blank lines.
-
rswindell authored
Added KEY_* constant definitions (special inkey/getkey return values) for up/down/left/right/home/end.
-
rswindell authored
indicator. Created CON_DELETELINE status to indicate getstr() returned due to line deletion (versus backspace).
-
rswindell authored
-
rswindell authored
Uses client socket descriptor for document Socket class.
-
rswindell authored
-
rswindell authored
JS_BranchCallback behavior in regards to infinite-loop detection, periodic garbage collection, and periodic time-slice yields. Eliminated global reset_loop() method, ill side-effects. Use branch.limit=0 instead to defeat infinite-loop detection mechanism (e.g. for static services).
-
- Jul 07, 2003
- Jul 04, 2003
-
-
rswindell authored
branch limit, yield frequency, and garbage collection frequency. log() now goes to stderr (by default). New write(), writeln(), and reset_loop() global methods.
-
rswindell authored
Created writeln() method (with print as alias).
-
rswindell authored
writeln() is now an alias for print(). log() and print() now return the string they were passed (instead of void). printf() now returns the formatted string (instead of void). Created global write() method (same as print without the CRLF).
-
rswindell authored
print() is now an alias for writeln().
-
rswindell authored
be the CTRL directory.
-
rswindell authored
-
deuce authored
-
- Jul 03, 2003