• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revisiona9750be731c545789dda2c23b878ab075dd20a08 (tree)
Time2003-10-13 20:24:15
Authormogami <mogami@0568...>
Commitermogami

Log Message

files.c 1.140 、ホス、タオ、マク。コ。ヌス、ネ、テ、ソ、ネ、ュ、ヒフ萃熙ャ、「、テ、ソ、ホ、ヌ。「コニス、タオ。」

Change Summary

Incremental Difference

--- a/src/files.c
+++ b/src/files.c
@@ -5145,7 +5145,7 @@ msg_format("'%s'
51455145 if (!i) line = next;
51465146
51475147 /* Get a line of the file or stop */
5148- if (my_fgets(fff, buf, sizeof(buf))) buf[0] = '\0';
5148+ if (my_fgets(fff, buf, sizeof(buf))) break;
51495149
51505150 /* Hack -- skip "special" lines */
51515151 if (prefix(buf, "***** ")) continue;
@@ -5247,6 +5247,14 @@ msg_format("'%s'
52475247 i++;
52485248 }
52495249
5250+ while (i < rows)
5251+ {
5252+ /* Clear rest of line */
5253+ Term_erase(0, i + 2, 255);
5254+
5255+ i++;
5256+ }
5257+
52505258 /* Hack -- failed search */
52515259 if (find)
52525260 {
Show on old repository browser