rcurses.addch: Interface to rcurses.addch

View source: R/rcurses.R

rcurses.addchR Documentation

Interface to rcurses.addch

Description

Interface to rcurses.addch

Usage

rcurses.addch(window, ch, y = NULL, x = NULL, attr = NULL)

Arguments

window

window returned by call to initscr

ch

newly painted character

y

y position of newly painted character

x

x position of newly painted character

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.