aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/vt
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+2
* Move font related data structured to sys/font.c and update vtfontcvtToomas Soome2020-06-141-34/+20
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-5/+0
* Remove tools/vt/setfontEd Maste2016-03-212-95/+0
* Fix debug output that has erroneously been committed with the last update.Stefan Eßer2014-09-041-1/+1
* Final patches to the tools used to convert syscons keymaps for use withStefan Eßer2014-09-012-4/+4
* Modify a few output file names as used with vt.Stefan Eßer2014-08-211-2/+2
* The conversion tools have been further improved and some erroneousStefan Eßer2014-08-203-53/+94
* Fix further conversion errors found while testing the converted keymaps.Stefan Eßer2014-08-202-8/+25
* Minor fixes to convert-keymap.pl (conversion of 8bit characters in the formStefan Eßer2014-08-182-12/+12
* Import the tools used to convert the keymap files from SYSCONS (in localeStefan Eßer2014-08-185-0/+469
* vt fontcvt: move to usr.bin/vtfontcvtEd Maste2014-06-103-575/+1
* vt fontcvt: handle failure writing output fontEd Maste2014-06-101-10/+20
* vt fontcvt: Speed up bold glyph map deduplicationEd Maste2014-06-091-28/+32
* vt fontcvt: Hide stats by default and improve error handlingEd Maste2014-06-091-44/+64
* Update after r267011: use -h height and -w width argsEd Maste2014-06-061-1/+3
* vt fontcvt: Accept space after BITMAP in .bdf parserEd Maste2014-06-051-1/+2
* Support "GNU Unifont" format font dataEd Maste2014-06-051-26/+88
* vt fontcvt: -w sets the width, not heightEd Maste2014-06-051-1/+1
* vt fontcvt: Use a hash to speed up glyph deduplicationEd Maste2014-06-041-7/+12
* vt fontcvt: Make the bold font optionalEd Maste2014-06-031-5/+11
* vt fontcvt: Make height and width optional argumentsEd Maste2014-06-031-9/+25
* Add missing , in converted font outputEd Maste2014-05-291-1/+1
* Output all {normal,bold} {left,right} mapsEd Maste2013-12-231-4/+4
* Support double-width characters in vt(9)Ed Maste2013-12-213-133/+195
* Add VT(9) font tools.Aleksandr Rybalko2013-12-058-0/+686