?? scroll.c
字號:
#ifdef lintstatic char *sccsid = "@(#)scroll.c 4.1 (ULTRIX) 7/2/90";#endif lint# include "curses.ext"/* * This routine scrolls the window up a line. * * 7/8/81 (Berkeley) @(#)scroll.c 1.2 */scroll(win)WINDOW *win;{ _tscroll(win, 1);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -