eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/utils ncurses.cpp [multibyte]


From: eliot-dev
Subject: [Eliot-dev] eliot/utils ncurses.cpp [multibyte]
Date: Sat, 14 Jan 2006 22:12:25 +0000

CVSROOT:        /sources/eliot
Module name:    eliot
Branch:         multibyte
Changes by:     Olivier Teulière <address@hidden>      06/01/14 22:12:25

Modified files:
        utils          : ncurses.cpp 

Log message:
        Fixed another bug introduced in version 1.17

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/utils/ncurses.cpp.diff?only_with_tag=multibyte&tr1=1.19.2.4&tr2=1.19.2.5&r1=text&r2=text

Patches:
Index: eliot/utils/ncurses.cpp
diff -u eliot/utils/ncurses.cpp:1.19.2.4 eliot/utils/ncurses.cpp:1.19.2.5
--- eliot/utils/ncurses.cpp:1.19.2.4    Sat Jan 14 21:57:08 2006
+++ eliot/utils/ncurses.cpp     Sat Jan 14 22:12:25 2006
@@ -232,7 +232,7 @@
     drawBox(win, y, x, h, 25, _(" Search results "));
     m_boxY = y + 1;
     m_boxLines = h - 2;
-    m_boxLinesData = tr_game->getHistory().getSize();
+    m_boxLinesData = tr_game->getResults().size();
 
     int i;
     const Results& res = tr_game->getResults();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]