winops.h
来自「一个网络流量分析的完整的程序」· C头文件 代码 · 共 15 行
H
15 行
/***stdwinset.h - prototype declaration for setting the standard window settingsfor IPTraf***/#include <curses.h>#define tx_coloreol() tx_wcoloreol(stdscr)void tx_stdwinset(WINDOW * win);void tx_refresh_screen(void);void tx_colorwin(WINDOW *win);void tx_wcoloreol(WINDOW *win);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?