Gerd Hoffmann <kra...@redhat.com> writes: > On Mi, 2015-10-14 at 20:37 +0900, OGAWA Hirofumi wrote: >> This converts vga code to curses code in console_write_bh(). >> >> With this changes, we can see line graphics (for example, dialog uses) >> correctly. > > But it breaks line graphics in vga text mode on gtk I suspect?
vga_to_curses[] is filled by curses_setup(). So if no -curses option, I think it should have no change to behavior. (BTW, there is no common section like kernel in qemu build, right? i.e. no need initializer to global value.) Thanks. -- OGAWA Hirofumi <hirof...@mail.parknet.co.jp>