readme
来自「Linux程序设计(原书第2版)配套程序」· 代码 · 共 25 行
TXT
25 行
Chapter 6 - Curses:To compile use something like:cc -o XXXXX XXXXX.c -I/usr/include/ncurses -lncursesscreen1.c - A program that prints "Hello World" just where you want it.moveadd.c - A program that prints dynamic quotes from Shakespeare's Scottish play.ipmode.c - A very simple password program that shows keyboard modes.multiw1.c - A program that displays multiple windows, refreshes windows and brings them to the top.subscl.c - A program that displays subwindows and gets text to scroll.keypad.c - A program that responds to keystrokes.color.c - A program that finds out the color pairs for the user's terminal.pad.c - A program that extracts text from a pad structure that is larger than the terminal window./app/curses.c - This program re-implements the CD Title database application
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?