diff options
| author | Jeremy Katz <katzj@redhat.com> | 2002-12-17 23:07:15 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2002-12-17 23:07:15 +0000 |
| commit | 5e3e87a67ddef9ba82f4e0fd4c2bd70fb4aa5d9f (patch) | |
| tree | 81fd0722b36fe75c2cfc858892a2442bf93b5dc4 /loader2 | |
| parent | 1c9a0ab4c85ab5d2f2820002dc82f9f1ac7ae047 (diff) | |
only set the unicode keymap up once. if we do it while X is running,
Bad Things (tm) happen
Diffstat (limited to 'loader2')
| -rw-r--r-- | loader2/loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/loader.c b/loader2/loader.c index f4869e497..ddcb72d02 100644 --- a/loader2/loader.c +++ b/loader2/loader.c @@ -190,6 +190,7 @@ void initializeConsole(moduleList modLoaded, moduleDeps modDeps, printf("\033%%G"); fflush(stdout); isysLoadFont(); + isysSetUnicodeKeymap(); } static void spawnShell(int flags) { |
