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

📄 readme

📁 《Beginning Linux Programming》书的配置实例源代码。
💻
字号:
Chapter 5  -  Terminals.menu1.c      -  A simple menu routine.menu2.c      -  A version of menu1.c that checks for output redirection.menu3.c      -  A version of menu2.c that uses the /dev/tty file for input and output.password.c   -  A program that doesn't echo input from the user to the screen.menu4.c      -  An improved menu entry program with character control.The programs below may require the compile command:cc -o xxxx xxxx.c -I/usr/include/ncurses -lncursesbadterm.c    -  A program that set sup terminal types wrongly.sizeterm.c   -  A program that prints the terminal size.menu5.c   -  A program that gives the user total terminal control.kbhit        -  A program that detects which key the user hits (a la MS_DOS).

⌨️ 快捷键说明

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