386BSD 0.1 development
[unix-history] / usr / othersrc / public / zsh-2.2 / src / zle_refresh.pro
CommitLineData
dbf02a84
WJ
1void resetvideo DCLPROTO((void));
2int scrollwindow DCLPROTO((void));
3void refresh DCLPROTO((void));
4void refreshline DCLPROTO((int ln));
5void moveto DCLPROTO((int ln,int cl));
6void tcmultout DCLPROTO((int cap,int multcap,int ct));
7void tc_rightcurs DCLPROTO((int ct));
8void tc_downcurs DCLPROTO((int ct));
9void tcout DCLPROTO((int cap));
10void tcoutarg DCLPROTO((int cap,int arg));
11void clearscreen DCLPROTO((void));
12void redisplay DCLPROTO((void));
13void trashzle DCLPROTO((void));
14void singlerefresh DCLPROTO((void));
15void singmoveto DCLPROTO((int pos));
16int streqct DCLPROTO((char *s,char *t));