home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / src / amiga_term_protos.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  1KB  |  69 lines

  1. /* Prototypes for functions defined in
  2. amiga_term.c
  3.  */
  4.  
  5. extern int Astandout_requested;
  6.  
  7. extern int Astandout_mode;
  8.  
  9. extern char tens[100];
  10.  
  11. extern char ones[100];
  12.  
  13. extern int curX;
  14.  
  15. extern int curY;
  16.  
  17. int Acursor_to(int , int );
  18.  
  19. int Aring_bell(void);
  20.  
  21. int Aset_terminal_modes(void);
  22.  
  23. int Areset_terminal_modes(void);
  24.  
  25. int Aupdate_begin(int );
  26.  
  27. int Aupdate_end(int );
  28.  
  29. int Aturn_off_highlight(void);
  30.  
  31. int Aturn_on_highlight(void);
  32.  
  33. int Abackground_highlight(void);
  34.  
  35. int Ahighlight_if_desired(void);
  36.  
  37. int Areassert_line_highlight(int highlight,
  38.                              int vpos);
  39.  
  40. int Achange_line_highlight(int new_highlight,
  41.                            int vpos,
  42.                            int first_unused_hpos);
  43.  
  44. int Aclear_to_end(void);
  45.  
  46. int Aclear_frame(int );
  47.  
  48. int Aclear_end_of_line(int first_unused_hpos);
  49.  
  50. int Aoutput_glyphs(register unsigned int * string,
  51.                    int len);
  52.  
  53. int Ainsert_glyphs(register unsigned int * start,
  54.                    int len);
  55.  
  56. int Adelete_glyphs(register int n);
  57.  
  58. int Ains_del_lines(int vpos,
  59.                    int n);
  60.  
  61. int Aset_terminal_window(int );
  62.  
  63. void Amouse_position(int * , int * , enum scroll_bar_part * , int * , int * , unsigned long * );
  64.  
  65. void x_make_frame_visible(int );
  66.  
  67. int amiga_term_init(void);
  68.  
  69.