rcurses.addnstr: Interface to rcurses.addnstr

View source: R/rcurses.R

rcurses.addnstrR Documentation

Interface to rcurses.addnstr

Description

Interface to rcurses.addnstr

Usage

rcurses.addnstr(window, str, n, y = NULL, x = NULL, attr = NULL)

Arguments

window

window returned by call to initscr

str

newly painted string

n

maximum number of characters to paint

y

starting y position of newly painted string

x

starting y position of newly painted string

attr

attribute of newly painted character

Value

value from corresponding ncurses C function


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