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/console.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/console.cc') diff --git a/src/client/console.cc b/src/client/console.cc index 60e2a7f..9678fa7 100644 --- a/src/client/console.cc +++ b/src/client/console.cc @@ -507,7 +507,8 @@ void Console::draw_console() // 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+1), y , cursor); } -- cgit v1.2.3