term.xbm

来自「multi-tabed terminal based on rxvt」· XBM 代码 · 共 9 行

XBM
9
字号
#define term_width 18#define term_height 18static unsigned char term_bits[] = {   0x00, 0x00, 0x00, 0xfe, 0xff, 0x01, 0xfe, 0xff, 0x01, 0xfe, 0xff, 0x01,   0xfe, 0xff, 0x01, 0x02, 0x00, 0x01, 0x0a, 0x00, 0x01, 0x12, 0x00, 0x01,   0x12, 0x00, 0x01, 0x0a, 0x00, 0x01, 0x02, 0x00, 0x01, 0x02, 0x00, 0x01,   0x02, 0x00, 0x01, 0x02, 0x00, 0x01, 0x02, 0x00, 0x01, 0x02, 0x00, 0x01,   0xfe, 0xff, 0x01, 0x00, 0x00, 0x00 };

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?