From: Severin Meyer Date: Sat, 27 Dec 2014 03:54:06 +0000 (+0100) Subject: Use proper Unicode defined characters for the "..." chat continuation sign X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=46962df7528bd6d081be5469bfe2e6df68086516;p=xonotic%2Fdarkplaces.git Use proper Unicode defined characters for the "..." chat continuation sign --- diff --git a/console.c b/console.c index 8dde83d9..824e3aa0 100644 --- a/console.c +++ b/console.c @@ -1823,7 +1823,7 @@ void Con_DrawNotify (void) if(numChatlines) { - Con_DrawNotifyRect(CON_MASK_CHAT, CON_MASK_INPUT, con_chattime.value, x, v, vid_conwidth.value * con_chatwidth.value, height, con_chatsize.value, 0.0, 1.0, (utf8_enable.integer ? "^3\xee\x80\x8c\xee\x80\x8c\xee\x80\x8c " : "^3\014\014\014 ")); // 015 is ·> character in conchars.tga + Con_DrawNotifyRect(CON_MASK_CHAT, CON_MASK_INPUT, con_chattime.value, x, v, vid_conwidth.value * con_chatwidth.value, height, con_chatsize.value, 0.0, 1.0, "^3. . . "); v += height; } if (key_dest == key_message)