From a3f1320ee150ff0176f836b0b47762b31b0cd4e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Aug 2008 23:36:27 +0000 Subject: use small gui font everywhere --- src/client/chat.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/chat.cc') diff --git a/src/client/chat.cc b/src/client/chat.cc index 522a675..6f63a6d 100644 --- a/src/client/chat.cc +++ b/src/client/chat.cc @@ -96,7 +96,8 @@ void draw() // draw cursor if ((core::application()->time() - ::floorf(core::application()->time())) < 0.5f) { - std::string cursor("^B_"); + std::string cursor("^B"); + cursor += (char) 11; Text::draw(4+Text::fontwidth()*(draw_width+5), y , cursor); } } -- cgit v1.2.3