projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f170a6
)
Fix typo in comment in chat.cpp
author
Kahrl
<kahrl@gmx.net>
Sun, 14 Sep 2014 13:37:27 +0000
(15:37 +0200)
committer
Kahrl
<kahrl@gmx.net>
Sun, 14 Sep 2014 13:37:27 +0000
(15:37 +0200)
src/chat.cpp
patch
|
blob
|
history
diff --git
a/src/chat.cpp
b/src/chat.cpp
index 0bd5c16709bb54565f677e7d34123cd6af173608..0466b6e263e082929e959fa39d1b5277847997dd 100644
(file)
--- a/
src/chat.cpp
+++ b/
src/chat.cpp
@@
-151,7
+151,7
@@
void ChatBuffer::reformat(u32 cols, u32 rows)
}
else if (cols != m_cols || rows != m_rows)
{
- // TODO: Avoid reformatting ALL lines (even in
ivis
ble ones)
+ // TODO: Avoid reformatting ALL lines (even in
visi
ble ones)
// each time the console size changes.
// Find out the scroll position in *unformatted* lines