taglinefilesource code
cure462drivers/char/vga.cunsigned char ovr, vde, fsr, curs, cure;
cure494drivers/char/vga.ccure = inb_p(video_port_val);
cure503drivers/char/vga.ccure = (cure & 0xe0) + fontheight - (fontheight < 10 ? 1 : 2);
cure513drivers/char/vga.coutb_p( cure, video_port_val );