March 2003
Intermediate to advanced
656 pages
39h 30m
English
insstr
w.insstr([y,x,]str[,attr])Inserts the characters in string str, with
attribute attr, on
w at the given coordinates
(
x,y
),
shifting the rest of line rightwards. Any characters that shift
beyond the end of line are dropped. If you omit
y,x,
insstr uses
w’s current cursor
coordinates. If you omit attr,
insstr uses
w’s current default
attribute. In any case, when done inserting the string,
insstr sets
w’s current cursor
coordinates to the first character of the string it has inserted.