mvwaddstr
mvwaddstr(win, y + 0, x, "+-----+");
mvwaddstr(win, y + 1, x, "| |");
mvwaddstr(win, y + 2, x, "| |");
mvwaddstr(win, y + 3, x, "| |");
mvwaddstr(win, y + 4, x, "+-----+");
mvwaddstr(Msgwin, Lineno, 0, mp);
mvwaddstr(Miles, 0, 0, "--MILEAGE--");
mvwaddstr(Miles, 0, 41, "--MILEAGE--");
mvwaddstr(Score, ERR_Y, ERR_X, Initstr);
mvwaddstr(Score, 12, 21,
mvwaddstr(Score, 12, 21,
mvwaddstr(Miles, i + 1, (j << 2) + temp, name);
mvwaddstr(Score, ERR_Y, ERR_X, buf);
mvwaddstr(slot_w, 0, 0, " ");
mvwaddstr(slot_w, 1, 0, " ");
mvwaddstr(slot_w, 1, 0, "OBP");
mvwaddstr(slot_w, 2, 0, " ");
mvwaddstr(slot_w, 3, 0, " ");
mvwaddstr(slot_w, 3, 0, "DBP");
#define mvaddstr(y, x, s) mvwaddstr(stdscr, y, x, s)
int mvwaddstr(WINDOW *, int, int, const char *);
report_return(mvwaddstr(win, y, x, str));
mvwaddstr(aio->header, 0,
mvwaddstr(wnd, PAGEINFO_ROWS + 1, 0,
mvwaddstr(wnd, y, 0, s);
mvwaddstr(wnd, y, 25-FREELEN, s);
mvwaddstr(wnd, 0, 0, "Disk free %age:");
mvwaddstr(wnd, 0, 0, "Filesystem");
mvwaddstr(wnd, 0, 18, "Avail");
mvwaddstr(wnd, 0, 26, "Capacity");
mvwaddstr(wnd, 1, 25, "/0% /10% /20% /30% /40% /50% /60% /70% /80% /90% /100%");
mvwaddstr(wnd, row++, INSET,
mvwaddstr(wnd, row++, 0, " CPU user|");
mvwaddstr(wnd, row++, 0, " nice|");
mvwaddstr(wnd, row++, 0, " system|");
mvwaddstr(wnd, row++, 0, " interrupt|");
mvwaddstr(wnd, row++, 0, " idle|");
mvwaddstr(wnd, row++, INSET,
mvwaddstr(wnd, row++, 0, " tps|");
mvwaddstr(wnd, row++, 0, " tps|");
mvwaddstr(wnd, row++, 0, " msec|");
mvwaddstr(wnd, 0, 10,
mvwaddstr(wnd, 0, LADDR, "Local Address");
mvwaddstr(wnd, 0, FADDR, "Foreign Address");
mvwaddstr(wnd, 0, PROTO, "Proto");
mvwaddstr(wnd, 0, RCVCC, "Recv-Q");
mvwaddstr(wnd, 0, SNDCC, "Send-Q");
mvwaddstr(wnd, 0, STATE, "(state)");
mvwaddstr(wnd, p->ni_line, PROTO, p->ni_proto);
mvwaddstr(wnd, p->ni_line, STATE,
mvwaddstr(wnd, y, 0, usrstr);
mvwaddstr(wnd, y, 9, pidstr);
mvwaddstr(wnd, y, 15, pidname);
mvwaddstr(wnd, 0, 25, "/0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100");
mvwaddstr(wnd, 0, 0, "USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND");