📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -