rcurses.addstr: Interface to rcurses.addnstr

View source: R/rcurses.R

rcurses.addstrR Documentation

Interface to rcurses.addnstr

Description

Interface to rcurses.addnstr

Usage

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

Arguments

window

window returned by call to initscr

str

newly painted string

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.