diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-19 16:58:58 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-19 16:58:58 +0000 |
commit | 931587f969e4765f54c9d490b8c9749107b69843 (patch) | |
tree | 47cea722239ce664ea672f0acdcacd061ae53225 /release/sysinstall/sysinstall.h | |
parent | 215f4e150da0736c5efa2b949e29d048d292edb1 (diff) | |
download | FreeBSD-src-931587f969e4765f54c9d490b8c9749107b69843.zip FreeBSD-src-931587f969e4765f54c9d490b8c9749107b69843.tar.gz |
1. Incorporate Nickolay's ammended patches for Russian screenmap support
as per Andrey's letter. Make a few modifications for correctness.
2. Add Language menu back to first menu - it was too buried in the
Options menu.
3. Add size information to all distributions.
4. Add a compat20 distribution (we need to make one of these!! Any takers? Please?)
Submitted by: Nickolay N. Dudorov <nnd@gw.itfs.nsk.su> & jkh
Diffstat (limited to 'release/sysinstall/sysinstall.h')
-rw-r--r-- | release/sysinstall/sysinstall.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index b8452c2..25c6645 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: sysinstall.h,v 1.18 1995/05/17 14:39:56 jkh Exp $ + * $Id: sysinstall.h,v 1.19 1995/05/18 15:29:45 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -281,7 +281,9 @@ extern const char termcap_cons25l1[]; extern const char termcap_cons25l1_m[]; extern const u_char font_iso_8x16[]; extern const u_char font_cp850_8x16[]; -extern const u_char font_koi8_r_8x16[]; +extern const u_char font_cp866_8x16[]; +extern const u_char koi8_r2cp866[]; +extern u_char default_scrnmap[]; /* media.c */ extern int mediaSetCDROM(char *str); |