rcurses.refresh: Interface to rcurses.refresh

View source: R/rcurses.R

rcurses.refreshR Documentation

Interface to rcurses.refresh

Description

Interface to rcurses.refresh

Usage

rcurses.refresh(window, pminrow = NULL, pmincol = NULL, sminrow = NULL,
  smincol = NULL, smaxrow = NULL, smaxcol = NULL)

Arguments

window

window returned by call to initscr

pminrow

specify the upper left-hand corner of the rectangle to be displayed in the pad

pmincol

specify the upper left-hand corner of the rectangle to be displayed in the pad

sminrow

specify the edges of the rectangle to be displayed on the screen

smincol

specify the edges of the rectangle to be displayed on the screen

smaxrow

specify the edges of the rectangle to be displayed on the screen

smaxcol

specify the edges of the rectangle to be displayed on the screen

Value

value from corresponding ncurses C function


matloff/rcurses documentation built on Oct. 4, 2023, 1:28 p.m.