home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / gle / gle / psscr.c < prev    next >
C/C++ Source or Header  |  1992-11-29  |  353b  |  59 lines

  1. #include <curses.h>
  2.  
  3. window(int begin_y, int begin_x, int numlines, int numcols)
  4. {}
  5.  
  6. clreol()
  7. {
  8. }
  9. clrscr()
  10. {
  11. }
  12. cputs(char *line)
  13. {
  14. }
  15. delline()
  16. {
  17. }
  18. gotoxy(int x, int y)
  19. {
  20. }
  21. insline()
  22. {
  23. }
  24. putch(int char_val)
  25. {
  26. }
  27. scr_refresh()
  28. {
  29. }
  30. int scr_getch()
  31. {
  32. }
  33. scr_init()
  34. {
  35. }
  36. scr_end()
  37. {
  38. }
  39. textbackground(int color_num)
  40. {}
  41. textcolor(int colornum)
  42. {}
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.