OSDN Git Service

fix #36918
authorSHIRAKATA Kentaro <argrath@ub32.org>
Thu, 19 Jan 2017 19:38:09 +0000 (04:38 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Thu, 19 Jan 2017 19:38:09 +0000 (04:38 +0900)
src/pager.c

index 9db20ba..0a208c8 100644 (file)
@@ -801,7 +801,10 @@ const char **firstmatch;
         /* when sym is the default background character, we process
            i == 0 three times: unexplored, stone, dark part of a room */
         if (alt_i < 2) {
+/*JP
             x_str = !alt_i++ ? "unexplored" : "stone";
+*/
+            x_str = !alt_i++ ? "\96¢\92T\8dõ" : "\8aâ\94Õ";
             i = 0; /* for second iteration, undo loop increment */
             /* alt_i is now 1 or 2 */
         } else {