Changeset 3562
- Timestamp:
- Feb 20, 2013 3:43:47 AM (3 months ago)
- File:
-
- 1 edited
-
ofw/core/muxdev.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ofw/core/muxdev.fth
r1865 r3562 192 192 193 193 console-io 194 ; 195 196 : add-console ( ih -- ) 197 dup add-output add-input 198 ; 199 200 : remove-console ( ih -- ) 201 dup remove-output remove-input 202 ; 203 204 : omit ( "command" -- ) \ do a command to added consoles only 205 screen-ih remove-output 206 fallback-out-ih remove-output 207 0 parse ['] evaluate catch 208 fallback-out-ih add-output 209 screen-ih add-output 210 throw 194 211 ; 195 212
Note: See TracChangeset
for help on using the changeset viewer.
