has_il.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 39 行
3CUR
39 行
.TH has_il 3cur .SH Namehas_il \- determine whether insert/delete line is available.SH Syntax.B#include <cursesX.h>.PP.Bbool has_il(\|).SH Description.NXR "has_il subroutine".NXA "has_il subroutine" "deleteln subroutine".NXA "has_il subroutine" "insertln macro"This function will return the value.PN TRUEif the terminal has insert- and delete-line capabilities, or if it cansimulate them using scrolling regions.This functionmight be used to check if it would be appropriate to turn onphysical scrolling using the.PN scrollok routine..PPThe routines.PN insertln and.PN deleteln are always available in the.PN curseslibrary if the terminal does not have the required facilities..SH Return ValuesThis function returns TRUE if the terminal has insert line and delete linecapabilities, or can simulate them using scrolling regions, otherwise itreturns FALSE..SH See Alsodeleteln(3cur), insertln(3cur), scrollok(3cur)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?