Differences From Artifact [96ef78cae7]:
- File clipserv/ansi.b — part of check-in [5e680bdd13] at 2019-07-21 06:15:31 on branch trunk — add clipserv (user: lexi, size: 1858) [annotate] [blame] [check-ins using]
To Artifact [a92ccb2617]:
- File clipserv/ansi.b — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 1861) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 |
; [ʞ] ansi.b
; ~ lexi hale <lexi@hale.su>
; © AGPLv3
; ? a terminal text formatter for boron
; > do read/text %ansi.b
; @ vim: ft=rebol
stdin: open 0
stdout: open 1
stderr: open 2
|
| |
1 2 3 4 5 6 7 8 9 10 |
; [ʞ] ansi.b
; ~ lexi hale <lexi@hale.su>
; © EUPL v1.2
; ? a terminal text formatter for boron
; > do read/text %ansi.b
; @ vim: ft=rebol
stdin: open 0
stdout: open 1
stderr: open 2
|