If the command is FONT, change the font. The FONTSEL function opens
the font selector window and returns the font the user selected. _setFont
sends this font to the file viewer.
when ('FONT');
fontlist = fontsel(fontlist,' ' );
call notify('fileview', '_set_font_',
fontlist);
otherwise;
end;