home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / zle_refresh.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  546 b   |  15 lines

  1. void resetvideo DCLPROTO((void));
  2. int scrollwindow DCLPROTO((void));
  3. void refresh DCLPROTO((void));
  4. void refreshline DCLPROTO((int ln,int put_rprompt,int res));
  5. void moveto DCLPROTO((int ln,int cl));
  6. void tcmultout DCLPROTO((int cap,int multcap,int ct));
  7. void tc_rightcurs DCLPROTO((int cl));
  8. int tc_downcurs DCLPROTO((int ct));
  9. void tcout DCLPROTO((int cap));
  10. void tcoutarg DCLPROTO((int cap,int arg));
  11. void clearscreen DCLPROTO((void));
  12. void redisplay DCLPROTO((void));
  13. void singlerefresh DCLPROTO((void));
  14. void singmoveto DCLPROTO((int pos));
  15.