?? _clearline.c
字號:
#ifndef lintstatic char sccsid[] = "@(#)_clearline.c 1.1 92/07/30 SMI"; /* from S5R2 1.9 */#endif#include "curses.ext"/* * '_clearline' positions the cursor at the beginning of the * indicated line and clears the line (in the image) */_clearline (row){ _ll_move (row, 0); SP->std_body[row+1] -> length = 0;}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -