aboutsummaryrefslogtreecommitdiff
path: root/share/syscons/scrnmaps/koi8-r2cp866
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit b3e7694832e8)
* syscons: scrnmaps: appease -Wmissing-variable-declarationsKyle Evans2021-01-011-1/+1
| | | | | | | | | | scrmap is only used in the one compilation unit in all cases, make it static rather than extern'ing it. There's little benefit, but it's easy to do. It's unclear how this hasn't failed many builds before now, since it should have cropped up sometime around deeper hierarchies getting a default WARNS. MFC after: 3 days
* The idea of mapping non-existen characters to space (0x20) was nice alone,Andrey A. Chernov2002-01-211-5/+5
| | | | | | | | | | | | | but those maps also used as backward maps for Paste, so space becomes mapped to last non-existen character on Paste as result. Fix it by mapping non-existen characters to another non-existen one, i.e. to 0x00, so unused 0x00 can be backward-mapped to some junk without real harm. Pointed by: Alexander Kabaev <ak03@gte.com> Notes: svn path=/head/; revision=89630
* 1) Map all unused characters into 'space'.Andrey A. Chernov2001-11-231-6/+8
| | | | | | | 2) iso-8859-4_to_cp437 not do what its name tells at all, remove it Notes: svn path=/head/; revision=86800
* Generate screen map from source (from 1.1.5.1)Andrey A. Chernov1994-09-251-0/+60
Notes: svn path=/head/; revision=3077