summaryrefslogtreecommitdiff
path: root/pico/display.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-11-20 23:24:58 -0700
committerEduardo Chappa <chappa@washington.edu>2017-11-20 23:24:58 -0700
commit570ada25db406ebe10d6aa454b4466fe47f34ff2 (patch)
treea7ac9f11de1490acfbce7f0ff7178da73cb79dad /pico/display.c
parent7fae026f633a89911e6be5bd2d7036a9face3557 (diff)
downloadalpine-570ada25db406ebe10d6aa454b4466fe47f34ff2.tar.xz
* Remove bell characted (\007) from status messages in Pico. This makes
it possible to translate them.
Diffstat (limited to 'pico/display.c')
-rw-r--r--pico/display.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/pico/display.c b/pico/display.c
index 0afc3586..6ac9666c 100644
--- a/pico/display.c
+++ b/pico/display.c
@@ -2380,6 +2380,13 @@ ret:
void
+emlwwrite(char *utf8message, EML *eml)
+{
+ (*term.t_beep)();
+ emlwrite(utf8message, eml);
+}
+
+void
emlwrite(char *utf8message, EML *eml)
{
UCS *message;