runx

来自「linux 下svgalib编的一个界面程序示例」· 代码 · 共 13 行

TXT
13
字号
#!/bin/sh# Script to save VGA textmode font, run X, and restore VGA textmode font.# A more rigorous alternative is to run the 'savetextmode' script before# running X, and 'textmode' after. This will restore the textmode registers# and the VGA palette in addition to the VGA font.echo Saving font in /tmp/fontdatarestorefont -w /tmp/fontdatastartxecho Restoring font from /tmp/fontdatarestorefont -r /tmp/fontdata

⌨️ 快捷键说明

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