/* Chinese terminal icon bitmap - Neat icon for the X11 Motif Window Manager (mwm) (and others?) - shows a terminal with the Chinese character "han4" (Han) on the screen in traditional font. Save this to a file, say, ~/lib/chineseterm Make sure files are readable: (UFS/NFS) chmod 755 ~/lib ~/lib/chineseterm (AFS/DFS) fs sa ~/lib system:anyuser read (plus the above command) Add the following line to your ~/.Xresources or ~/.Xdefaults Mwm*cxterm*iconImage: ~/lib/chineseterm You may need to make the window manager reread its resources before starting cxterm. Composed using bitmap, GNU Emacs, cxterm and gbscript; based on the "terminal" bitmap in the X11R5 distribution. Lup-Houh Ng ~{NiA":@~} March 1994 Standard disclaimers apply. */ #define chineseterm_width 48 #define chineseterm_height 48 static char chineseterm_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x03, 0x20, 0xfe, 0xff, 0xff, 0x1f, 0x05, 0x20, 0x01, 0x00, 0x00, 0x20, 0x09, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x11, 0xa0, 0x00, 0xc0, 0x39, 0x40, 0x21, 0xa0, 0x30, 0xc0, 0x18, 0x40, 0x21, 0xa0, 0x60, 0xc0, 0x18, 0x43, 0x21, 0xa0, 0x60, 0xfe, 0xff, 0x47, 0x21, 0xa0, 0x00, 0xc0, 0x18, 0x40, 0x21, 0xa0, 0x00, 0xc0, 0x18, 0x40, 0x21, 0xa0, 0x18, 0x09, 0x80, 0x40, 0x21, 0xa0, 0x30, 0xf9, 0xff, 0x41, 0x21, 0xa0, 0x30, 0x19, 0xc3, 0x40, 0x21, 0xa0, 0x80, 0x18, 0xc3, 0x40, 0x21, 0xa0, 0x80, 0x18, 0xc3, 0x40, 0x21, 0xa0, 0xc0, 0xf8, 0xff, 0x40, 0x21, 0xa0, 0x40, 0x00, 0x03, 0x40, 0x21, 0xa0, 0x60, 0x00, 0x03, 0x40, 0x21, 0xa0, 0x60, 0xfc, 0xff, 0x41, 0x21, 0xa0, 0x70, 0x00, 0x03, 0x40, 0x21, 0xa0, 0x38, 0x00, 0x03, 0x46, 0x21, 0xa0, 0x30, 0xff, 0xff, 0x47, 0x21, 0xa0, 0x30, 0x80, 0x05, 0x40, 0x21, 0xa0, 0x30, 0xc0, 0x08, 0x40, 0x11, 0xa0, 0x60, 0x60, 0x18, 0x40, 0x11, 0xa0, 0x60, 0x30, 0x70, 0x40, 0x09, 0xa0, 0x60, 0x0c, 0xe0, 0x47, 0x09, 0xa0, 0x60, 0x03, 0x80, 0x43, 0x05, 0x20, 0x01, 0x00, 0x00, 0x20, 0x05, 0x20, 0xfe, 0xff, 0xff, 0x1f, 0x03, 0x20, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x03, 0x20, 0x00, 0x00, 0x00, 0x00, 0x03, 0xa0, 0xaa, 0xaa, 0xaa, 0x2a, 0x03, 0x10, 0x00, 0x00, 0x00, 0x80, 0x02, 0x50, 0x55, 0x55, 0x55, 0x95, 0x02, 0x08, 0x00, 0x00, 0x00, 0x40, 0x02, 0xa8, 0xaa, 0xaa, 0xaa, 0x4a, 0x02, 0x04, 0x00, 0x00, 0x00, 0x20, 0x01, 0xb4, 0xff, 0xff, 0xff, 0xad, 0x00, 0x02, 0x00, 0x00, 0x00, 0x50, 0x00, 0xfe, 0xff, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};