home *** CD-ROM | disk | FTP | other *** search
- ; It would appear that there is no way to simply have a font attached to
- ; the kermit executable in the same way as the pointer or the menus or
- ; dialogs. Yes, this is a pretty stupid situation, but it's not the first!
- ; So following the hideously (and completely unnecessary in my view!)
- ; complex system described in the MS PM Prog.Ref.Vol1 p 457...
-
- code segment word
- db "shithead_stupid_font_system"
- code ends
- end
-