This is a NetBSD port of Kon2 -- A terminal emulator to display Japanese characters on PC's console. KNOWN BUGS: Runs only on i386 machines. Amd64 is not tested yet. When you type the first character, the screen scrolls up and some lines go out of bounds. To fix this, type many ENTERs until the screen scrolls up again. Cursor keys don't work. When the screen becomes blank for screen saving, it doesn't resume by key input. You need to switch to other VT then switch back. Mouse is not supported yet. If you start Kon from within Kon's screen, it is supposed to start new screen on an another VT. This feature is not tested at all. BUILD FROM SOURCE: 1. get ftp://ftp.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/kon2-0.3.tar.gz 2. apply kon-patch 3. make -f Makefile.NetBSD config If you want to install into other than /usr/local, set variable PREFIX. e.g. make -f Makefile.NetBSD PREFIX=/opt config 4. make depend && make 5. sudo make install Optionally, you may run "make obj" befog 4.