home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / texinfo-.1 / info / pc_term.h < prev    next >
Encoding:
Text File  |  1993-11-28  |  1.6 KB  |  52 lines

  1. *** orig/texinfo-.1/info/pc_term.h    Sun Aug 29 18:41:08 1993
  2. --- src/texinfo-.1/info/pc_term.h    Sun Aug 29 18:56:42 1993
  3. ***************
  4. *** 0 ****
  5. --- 1,46 ----
  6. + /* pc_term.h */
  7. + /* This file is part of the MSDOS-DJGPP-port of the GNU standalone
  8. +    Info-reader
  9. +    Copyright (C) Hans-Bernhard Broeker
  10. +    This program is free software; you can redistribute it and/or modify
  11. +    it under the terms of the GNU General Public License as published by
  12. +    the Free Software Foundation; either version 2, or (at your option)
  13. +    any later version.
  14. +    This program is distributed in the hope that it will be useful,
  15. +    but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. +    GNU General Public License for more details.
  18. +    You should have received a copy of the GNU General Public License
  19. +    along with this program; if not, write to the Free Software
  20. +    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  21. +    Written by Hans-Bernhard Broeker (softbrek@POOL.Informatik.RWTH-Aachen.DE)
  22. + */
  23. + #ifndef PC_TERM_H
  24. + #define PC_TERM_H
  25. + void pc_begin_inverse();
  26. + void pc_end_inverse();
  27. + void pc_prep_terminal();
  28. + void pc_unprep_terminal();
  29. + void pc_up_line();
  30. + void pc_down_line();
  31. + void pc_clear_screen();
  32. + void pc_clear_to_eol();
  33. + void pc_get_screen_size();
  34. + void pc_goto_xy();
  35. + void pc_initialize_terminal();
  36. + void pc_new_terminal();
  37. + void pc_put_text();
  38. + void pc_ring_bell();
  39. + void pc_write_chars();
  40. + void pc_scroll_terminal();
  41. + #endif /* PC_TERM_H
  42. +  
  43.