summaryrefslogtreecommitdiffstats
path: root/share/syscons/scrnmaps/koi8-r2cp866
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-01-21 21:52:02 +0000
committerache <ache@FreeBSD.org>2002-01-21 21:52:02 +0000
commit515c235f60d4d93b0a950878210f0ce91d4c3a98 (patch)
tree5eb8c9e917c4dfacb43321bb1410cd5d131937aa /share/syscons/scrnmaps/koi8-r2cp866
parent693310f44f0afa2887c200b61f92e28f2d55d0e4 (diff)
downloadFreeBSD-src-515c235f60d4d93b0a950878210f0ce91d4c3a98.zip
FreeBSD-src-515c235f60d4d93b0a950878210f0ce91d4c3a98.tar.gz
The idea of mapping non-existen characters to space (0x20) was nice alone,
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>
Diffstat (limited to 'share/syscons/scrnmaps/koi8-r2cp866')
-rw-r--r--share/syscons/scrnmaps/koi8-r2cp86610
1 files changed, 5 insertions, 5 deletions
diff --git a/share/syscons/scrnmaps/koi8-r2cp866 b/share/syscons/scrnmaps/koi8-r2cp866
index 421a7a2..15f2847 100644
--- a/share/syscons/scrnmaps/koi8-r2cp866
+++ b/share/syscons/scrnmaps/koi8-r2cp866
@@ -27,10 +27,10 @@
*/
scrmap_t scrmap = {
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
@@ -42,7 +42,7 @@ scrmap_t scrmap = {
0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f,
0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77,
- 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x20,
+ 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x00,
0xc4, 0xb3, 0xda, 0xbf, 0xc0, 0xd9, 0xc3, 0xb4,
0xc2, 0xc1, 0xc5, 0xdf, 0xdc, 0xdb, 0xdd, 0xde,
0xb0, 0xb1, 0xb2, 0xf4, 0xfe, 0xf9, 0xfb, 0xf7,
OpenPOWER on IntegriCloud