[[diary/Nagura]]

 936日

・こんどは見つけた

 linux 4.18-rc5リリースいただいたので確認着手。~
~
 vd_unicon-kernel-20180715-4.14.55.patch~
 で.rejあり~
~
 --- drivers/tty/vt/vt.c 2018-07-11 23:29:25.000000000 +0900~
 +++ drivers/tty/vt/vt.c 2018-07-14 16:04:35.132564035 +0900~
 @@ -1294,6 +1396,9 @@ static void csi_J(struct vc_data *vc, in~
                         return;~
         }~
         scr_memsetw(start, vc->vc_video_erase_char, 2 * count);~
 +#ifdef CONFIG_UNICON~
 +       scr_memsetw(start + (vc->vc_screenbuf_size>>1), (vc->vc_video_erase_char & 0xff), 2 * count);~
 +#endif~
         if (con_should_update(vc))~
                 do_update_region(vc, (unsigned long) start, count);~
         vc->vc_need_wrap = 0;~

~
 ただいまコンパイル中。~
 
#comment

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS