ss@chip.UUCP (Steve Schossow) (07/31/89)
I'm also interested in getting the fonts I want out of the vt100 emulator. I did a dmpf on /sys/vtserver (the vt100 server program) and found a reference to: ~user_data/vt100_config I assumed this was documented somewhere but haven't found it anywhere. Anyone care to dig into this? Partial dump of /sys/vtserver: ----------------------------------------------------------- 001560: FCD8 4E90 4CEE 3CFC FE04 4E5E 4E75 003E ..N.L.<...N^Nu.> 001570: 0017 0004 7674 3130 306C 7674 3130 3073 ....vt100lvt100s 001580: 0006 0100 0007 0003 0000 0754 7E75 7365 ...........T~use 001590: 725F 6461 7461 2F76 7431 3030 5F63 6F6E r_data/vt100_con 0015A0: 6669 6700 00FF 0200 00FF 00FF 0000 0000 fig............. 0015B0: 41E0 550E FFFF FFFF FFFF FFFF FFFF FFFF A.U............. 0015C0: FFFF FFFF 0000 0000 7674 3130 306C 2020 ........vt100l 0015D0: 2020 2020 2020 2020 2020 2020 2020 2020 ... 14 copies of the preceding line ... 0016C0: 2020 2020 2020 2020 7674 3130 3073 2020 vt100s 0016D0: 2020 2020 2020 2020 2020 2020 2020 2020 ... 14 copies of the preceding line ... 0017C0: 2020 2020 2020 2020 4E56 FF20 48E7 3C34 NV. H.<4
mlm@calmasd.Prime.COM (Monte Meals) (08/01/89)
> vt100 emulator. I did a dmpf on /sys/vtserver (the vt100 > server program) and found a reference to: > > ~user_data/vt100_config > Looks like vt100_config might be part of an obsolete structure to switch the KBD_$F1 and KBD_$L1 keys. Character fonts are rather simple. If you want full VT100 support, you need to have the fonts vt100s and vt100l in /sys/dm/fonts. The emulator will pick which ever one is closer in height to your currently loaded font. If vt100s or vt100l are not present, the vt100 character functions "bold," "blink," and others will not work. Monte