--- nono/wx/wxlogmonitor.h 2026/04/29 17:04:42 1.1.1.4 +++ nono/wx/wxlogmonitor.h 2026/04/29 17:04:53 1.1.1.5 @@ -63,10 +63,9 @@ class WXLogMonitor : public WXVResizeSub const int backlog = 10000; // ログバッファ - // ここは属性フィールドを持たないテキストによる循環バッファ - std::vector logbuf {}; + TextScreen logbuf {}; - // 今から書き込む行の先頭 (logbuf からのオフセット) + // 今から書き込む行の logbuf でのY座標 int cursor {}; // UTF-8 -> CP932 変換