--- nono/host/netdriver_bpf.cpp 2026/04/29 17:05:11 1.1.1.6 +++ nono/host/netdriver_bpf.cpp 2026/04/29 17:05:21 1.1.1.7 @@ -168,10 +168,10 @@ NetDriverBPF::Close() // モニタ (ドライバ依存情報のみ) void -NetDriverBPF::MonitorUpdateMD(TextScreen& screen) +NetDriverBPF::MonitorUpdateMD(TextScreen& screen, int y) { - screen.Print(0, 1, "Device : %s", devpath.c_str()); - screen.Print(0, 2, "Interface: %s", ifname.c_str()); + screen.Print(0, y++, "Device : %s", devpath.c_str()); + screen.Print(0, y++, "Interface: %s", ifname.c_str()); } // パケットを送信する