home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / com / c_kermit / sources / ckofon.asm < prev    next >
Encoding:
Assembly Source File  |  1985-09-02  |  435 b   |  11 lines

  1. ;  It would appear that there is no way to simply have a font attached to
  2. ;  the kermit executable in the same way as the pointer or the menus or
  3. ;  dialogs.  Yes, this is a pretty stupid situation, but it's not the first!
  4. ;  So following the hideously (and completely unnecessary in my view!) 
  5. ;  complex system described in the MS PM Prog.Ref.Vol1 p 457...
  6.  
  7. code segment word
  8. db "shithead_stupid_font_system"
  9. code ends
  10. end
  11.