summaryrefslogtreecommitdiff
path: root/console
diff options
context:
space:
mode:
Diffstat (limited to 'console')
-rw-r--r--console/Makefile4
-rw-r--r--console/console.c2
-rw-r--r--console/display.c2
-rw-r--r--console/hurd.ti2
4 files changed, 5 insertions, 5 deletions
diff --git a/console/Makefile b/console/Makefile
index 71f7f1e4..3eb4252e 100644
--- a/console/Makefile
+++ b/console/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2012 Free Software Foundation, Inc.
# Written by Marcus Brinkmann.
#
# This file is part of the GNU Hurd.
@@ -25,7 +25,7 @@ target = console
SRCS = console.c display.c pager.c input.c
LCLHDRS = display.h pager.h input.h priv.h mutations.h
-DIST_FILES = hurd.ti
+DIST_FILES = hurd.ti motd.UTF8
MIGSTUBS = notifyServer.o tioctlServer.o fs_notifyUser.o
diff --git a/console/console.c b/console/console.c
index 0b1f42c4..cf208cff 100644
--- a/console/console.c
+++ b/console/console.c
@@ -59,7 +59,7 @@ int netfs_maxsymlinks = 16; /* Arbitrary. */
/* Handy source of time. */
volatile struct mapped_time_value *console_maptime;
-#define DEFAULT_ENCODING "ISO-8859-1"
+#define DEFAULT_ENCODING "UTF-8"
#define DEFAULT_INTENSITY CONS_ATTR_INTENSITY_NORMAL
#define DEFAULT_UNDERLINED 0
#define DEFAULT_BLINKING 0
diff --git a/console/display.c b/console/display.c
index 26786c11..e807c50f 100644
--- a/console/display.c
+++ b/console/display.c
@@ -454,7 +454,7 @@ do_mach_notify_msg_accepted (mach_port_t notify, mach_port_t send)
mutex_unlock (&display->lock);
return 0;
}
- /* The message was succesfully queued, fall through. */
+ /* The message was successfully queued, fall through. */
}
/* Remove request from pending queue. */
*preq = req->next;
diff --git a/console/hurd.ti b/console/hurd.ti
index 504192b5..2508482a 100644
--- a/console/hurd.ti
+++ b/console/hurd.ti
@@ -116,7 +116,7 @@ hurd|The GNU Hurd console server,
kpp=\E[5~, knp=\E[6~,
# Keycode for center of keypad area.
kb2=\E[G,
-# Mouse event has occured.
+# Mouse event has occurred.
kmous=\E[M,
# Text attribute capabilities.