projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad08771
)
Replaced - by _ for the flickering input cursor.
author
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 7 May 2004 00:22:28 +0000
(
00:22
+0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 7 May 2004 00:22:28 +0000
(
00:22
+0000)
This is now possible thankfull to Benjamin's fonts.
SVN-Revision: 1017
src/menu.cpp
patch
|
blob
|
history
diff --git
a/src/menu.cpp
b/src/menu.cpp
index
a8ddf60
..
9d9cb32
100644
(file)
--- a/
src/menu.cpp
+++ b/
src/menu.cpp
@@
-214,7
+214,7
@@
else
char str[1024];
if(input_flickering)
- sprintf(str,"%s
-
",input);
+ sprintf(str,"%s
_
",input);
else
sprintf(str,"%s ",input);