summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/forth/packages/terminal-emulator.fs
blob: 0ecd348be9c0114108ab7479416a90e4f6f55054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\ tag: terminal emulator support package
\ 
\ Copyright (C) 2003 Stefan Reinauer
\ 
\ See the file "COPYING" for further information about
\ the copyright and warranty status of this work.
\ 

" /packages" find-device

\ 
\ IEEE 1275 terminal-emulator package
\ 

new-device
  " terminal-emulator" device-name
  \ now the methods...

finish-device

\ clean up afterwards

device-end