aboutsummaryrefslogtreecommitdiff
path: root/sys/teken/teken_wcwidth.h
Commit message (Collapse)AuthorAgeFilesLines
* Pedantic polishing of code to please FlexeLint.Poul-Henning Kamp2018-04-081-1/+1
| | | | | | | Approved by: ed Notes: svn path=/head/; revision=332297
* Move libteken out of the syscons directory.Ed Schouten2009-09-031-0/+120
I initially committed libteken to sys/dev/syscons/teken, but now that I'm working on a console driver myself, I noticed this was not a good decision. Move it to sys/teken to make it easier for other drivers to use a terminal emulator. Also list teken.c in sys/conf/files, instead of listing it in all the files.arch files separately. Notes: svn path=/head/; revision=196775