1 | /* |
---|
2 | * Copyright 1995 by Paul Mattes. |
---|
3 | * Permission to use, copy, modify, and distribute this software and its |
---|
4 | * documentation for any purpose and without fee is hereby granted, |
---|
5 | * provided that the above copyright notice appear in all copies and that |
---|
6 | * both that copyright notice and this permission notice appear in |
---|
7 | * supporting documentation. |
---|
8 | */ |
---|
9 | |
---|
10 | /* |
---|
11 | * ctlrc.h |
---|
12 | * Global declarations for ctlr.c. |
---|
13 | */ |
---|
14 | |
---|
15 | extern void ctlr_aclear(); |
---|
16 | extern void ctlr_add(); |
---|
17 | extern void ctlr_add_bg(); |
---|
18 | extern void ctlr_add_fg(); |
---|
19 | extern void ctlr_add_gr(); |
---|
20 | extern void ctlr_altbuffer(); |
---|
21 | extern Boolean ctlr_any_data(); |
---|
22 | extern void ctlr_bcopy(); |
---|
23 | extern void ctlr_changed(); |
---|
24 | extern void ctlr_clear(); |
---|
25 | extern void ctlr_connect(); |
---|
26 | extern void ctlr_erase(); |
---|
27 | extern void ctlr_erase_all_unprotected(); |
---|
28 | extern void ctlr_init(); |
---|
29 | extern void ctlr_read_buffer(); |
---|
30 | extern void ctlr_read_modified(); |
---|
31 | extern void ctlr_scroll(); |
---|
32 | extern void ctlr_shrink(); |
---|
33 | extern void ctlr_snap_buffer(); |
---|
34 | extern Boolean ctlr_snap_modes(); |
---|
35 | extern void ctlr_write(); |
---|
36 | extern struct ea *fa2ea(); |
---|
37 | extern Boolean get_bounded_field_attribute(); |
---|
38 | extern unsigned char *get_field_attribute(); |
---|
39 | extern void mdt_clear(); |
---|
40 | extern void mdt_set(); |
---|
41 | extern int next_unprotected(); |
---|
42 | extern int process_ds(); |
---|
43 | extern void ps_process(); |
---|
44 | extern void set_rows_cols(); |
---|
45 | extern void ticking_start(); |
---|
46 | extern void ticking_stop(); |
---|
47 | extern void toggle_nop(); |
---|
48 | extern void toggle_showTiming(); |
---|