📄 _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;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -