⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 runx

📁 linux 下svgalib编的一个界面程序示例
💻
字号:
#!/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -