| Commit Time |
Author |
Summary |
| 2 weeks ago |
Duncan Mak |
Provide a PLT Scheme module definition. |
diff | tree | snapshot |
| 2 weeks ago |
Duncan Mak |
Use WHEN and UNLESS instead of one-armed IF. |
diff | tree | snapshot |
| 1 month ago |
Duncan Mak |
Add a load file for terminfo. |
diff | tree | snapshot |
| 1 month ago |
Duncan Mak |
Add test program in C and Scheme to turn on the 8th bit for meta key. |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
Fix typo in CAPABILITY-AVAILABLE? |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
Add new CAPABILITY-AVAILABLE? predicate. |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
Use the right port when building the TERMINAL structure. |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
Use LET-OPTIONALS in X-SIZE, Y-SIZE and BAUD-RATE. |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
(find-terminal): use LAST instead of TAKE-RIGHT |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
Allow all capability accessors to pass in a terminal object, so it |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
Add terminal:port and terminal:baud-rate accessors. |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
(terminal:x-size, terminal:y-size): Fall back on the terminfo |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
Fix stupid arithmatic mistake that prevented parameter-using |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
Pass params around as we process the capability string. |
diff | tree | snapshot |
| 3 months ago |
Duncan Mak |
(terminal:x-size): Fix typo. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
(terminal:x-size, terminal:y-size): Add to the Terminfo API. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Rename CHAR->ASCII to CHAR->INTEGER, etc etc. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Add load instructions for MzScheme |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
(read-byte) Move definition to the package definition so that we won't |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Use PARAMETERIZE to set CURRENT-INPUT-PORT and CURRENT-OUTPUT-PORT. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Add load file for MzScheme. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Add a README file. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
(infix-splitter): Use the complement of the charset, otherwise |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Load srfi-23 and srfi-60 instead of (SUBSET SIGNALS (ERROR)) and BITWISE. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Use the SRFI-69 hash-table API instead of the Scheme48-specific |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Use CHAR->INTEGER and INTEGER->CHAR from the R5RS instead of the |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
(terminfo-directory-prefix): Directly plunk out the first char instead |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Return #f instead of the empty string if the value is not available. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Fix argument order for CHAR-SET-CONTAINS? |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Optimize the DEFINE-CAPABILITY macro |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Fix the Darwin support. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Remove the 1+ and 1- procedures. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Avoid having "\n" in the literal string - it causes Scheme48 to barf. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Port this to Scheme48. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Separate the interface definitions from the structures. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Update the .gitignore file. |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Use SRFI-14 instead of depending on some silly renaming using the |
diff | tree | snapshot |
| 4 months ago |
Duncan Mak |
Add suppport for Darwin |
diff | tree | snapshot |
| 11 months ago |
Duncan Mak |
Remove reference to 'scheme-with-scsh'. |
diff | tree | snapshot |
| 11 months ago |
Duncan Mak |
Fix indentation |
diff | tree | snapshot |
| 11 months ago |
Duncan Mak |
Don't crash tputs if $ is in the input, but it's not a padding specifier. |
diff | tree | snapshot |
| 12 months ago |
Duncan Mak |
Remember to loop even when we're just writing a char. |
diff | tree | snapshot |
| 12 months ago |
Duncan Mak |
Don't need to use LET*-VALUES there. |
diff | tree | snapshot |
| 12 months ago |
Duncan Mak |
Remove srfi-71 and srfi-87. |
diff | tree | snapshot |
| 12 months ago |
Duncan Mak |
Don't complain when the capability is not defined; just silently |
diff | tree | snapshot |
| 12 months ago |
Duncan Mak |
Bring params along for the ride. |
diff | tree | snapshot |
| 1 year ago |
Duncan Mak |
Add sample program |
diff | tree | snapshot |
| 1 year ago |
Duncan Mak |
Finally implemented printf format strings. |
diff | tree | snapshot |
| 1 year ago |
Duncan Mak |
Remove digit->char and fix pop |
diff | tree | snapshot |
| 1 year ago |
Duncan Mak |
Fix load-terminfo to handle symlinks, rename terminfo-filename to |
diff | tree | snapshot |