• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

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


Commit MetaInfo

Revision6ff8a041d62bb25d0ec6454a00a6f70926862b54 (tree)
Time2014-02-28 22:32:58
AuthorHabu <habu@user...>
CommiterHabu

Log Message

ハイフン→ダッシュに修正

Change Summary

Incremental Difference

--- a/src/z-term.c
+++ b/src/z-term.c
@@ -572,7 +572,7 @@ void Term_queue_bigchar(int x, int y, byte a, char c, byte ta, char tc)
572572 * 「■」は二倍幅豆腐の内部コードに使用。
573573 */
574574 static char ascii_to_zenkaku[] =
575- " !”#$%&’()*+,-./"
575+ " !”#$%&’()*+,─./"
576576 "0123456789:;<=>?"
577577 "@ABCDEFGHIJKLMNO"
578578 "PQRSTUVWXYZ[\]^_"
Show on old repository browser