| 1647 | } |
| 1648 | |
| 1649 | static void |
| 1650 | init_text(struct xwindow *wp) |
| 1651 | { |
| 1652 | struct map_info_t *map_info = wp->map_information; |
| 1653 | |
| 1654 | /* set up map_info->text_map->text */ |
| 1655 | map_all_unexplored(map_info); |
| 1656 | |
| 1657 | get_char_info(wp); |
| 1658 | get_text_gc(wp, X11_get_map_font(wp)); |
| 1659 | } |
| 1660 | |
| 1661 | static char map_translations[] = "#override\n\ |
| 1662 | <Key>Left: scroll(4)\n\ |
no test coverage detected