Changeset 2903
- Timestamp:
- Mar 20, 2012 11:37:14 PM (15 months ago)
- File:
-
- 1 edited
-
forth/lib/ansiterm.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
forth/lib/ansiterm.fth
r1 r2903 41 41 : page ( -- ) 0 0 at-xy kill-screen ; 42 42 43 true [if] 43 true value ansi-colors? 44 44 45 headerless 45 46 : color: ( adr len "name" -- ) 46 create ", does> .esc[ count (type [char] m (emit 47 create ", 48 does> ansi-colors? if .esc[ count (type [char] m (emit else drop then 47 49 ; 48 50 headers … … 67 69 " 46" color: cyan-screen 68 70 " 47" color: white-screen 69 [then] 71 70 72 \ LICENSE_BEGIN 71 73 \ Copyright (c) 2006 FirmWorks
Note: See TracChangeset
for help on using the changeset viewer.
