?? winops.h
字號:
/***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);void tx_box(WINDOW *win, int vline, int hline);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -