make-precompose.sh.svn-base
来自「hanterm-xf install file」· SVN-BASE 代码 · 共 7 行
SVN-BASE
7 行
#!/bin/shcat precompose.c.headcut UnicodeData-Latest.txt -d ";" -f 1,6 | \ grep ";[0-9,A-F]" | grep " " | \ sed -e "s/ /, 0x/;s/^/{ 0x/;s/;/, 0x/;s/$/},/" | sort +2cat precompose.c.tail
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?