HP 9000 Series 300 Tutorials Manual page 291

Device i/o and user interfacing hp-ux concepts and tutorials
Hide thumbs Also See for HP 9000 Series 300:
Table of Contents

Advertisement

}
/*
}
/*
w: write and quit
*/
case
'w' :
return;
/* q: quit without writing */
case
'q':
endwin();
exit
(1) ;
default:
flashO;
break;
}
*
Insert mode: accept characters and insert them.
*
End with -D or EIC.
*/
input
0
{
}
int
c;
standout 0 ;
mvaddstr(LINES-1, COLS-20, "INPUT MODE");
standend();
move(row,col);
refreshO;
for (;;) {
}
c
=
getchO;
if (c
==
CTRL(D)
I I
c
break;
insch(c);
move(row, ++col);
refreshO;
move (LINES-1, COLS-20);
clrtoeolO;
move(row,col);
refresh();
Program Operation
3-27

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Hp 9000 series 800

Table of Contents