Home
last modified time | relevance | path

Searched refs:LayPauseUpdateRegion (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/screen/screen-4.8.0/
H A Dlayer.c105 LayPauseUpdateRegion(l, x, x, y, y); in LGotoPos()
150 LayPauseUpdateRegion(l, xs, xe, y, y); in LScrollH()
198 LayPauseUpdateRegion(l, 0, l->l_width - 1, ys, ye); in LScrollV()
259 LayPauseUpdateRegion(l, x, l->l_width - 1, y, y); in LInsChar()
313 LayPauseUpdateRegion(l, x, in LPutChar()
361 LayPauseUpdateRegion(l, x, x + n - 1, y, y); in LPutStr()
420 LayPauseUpdateRegion(l, x, x + n - 1, y, y); in LPutWinMsg()
473 LayPauseUpdateRegion(l, xs, xe, y, y); in LClearLine()
517 LayPauseUpdateRegion(l, xs, xe, ys, ye); in LClearArea()
597 LayPauseUpdateRegion(l, xs, xe, y, y); in LCDisplayLine()
[all …]
H A Dlayer.h155 void LayPauseUpdateRegion __P((struct layer *layer, int xs, int xe, int ys, int ye));