readme

来自「《Beginning Linux Programming》书的配置实例源代码。」· 代码 · 共 24 行

TXT
24
字号
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 + =
减小字号Ctrl + -
显示快捷键?