Home
last modified time | relevance | path

Searched defs:WindowStru (Results 1 – 6 of 6) sorted by relevance

/dports/irc/epic5/epic5-2.1.6/include/
H A Dwindow.h50 typedef struct WindowStru struct
60 WNickList *waiting_chans; /*
84 short old_co; /* .... */
91 char * original_server_string;
121 Display *scrolling_top_of_display;
124 Display *holding_top_of_display;
125 int holding_distance_from_display_ip;
127 Display *scrollback_top_of_display;
130 int display_counter;
131 short hold_slider;
[all …]
/dports/irc/epic4/epic4-2.10.9/include/
H A Dwindow.h51 typedef struct WindowStru struct
54 char *name; /* Logical name for window */
65 int old_size; /*
110 Display *scrolling_top_of_display;
111 int scrolling_distance_from_display_ip;
113 Display *holding_top_of_display;
114 int holding_distance_from_display_ip;
116 Display *scrollback_top_of_display;
119 int display_counter;
120 int hold_slider;
[all …]
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dstruct.h158 typedef struct WindowStru struct
162 u_char *name; /* window's logical name */
163 int server; /* server index */
164 int prev_server; /* previous server index */
165 int top; /* The top line of the window, screen
175 int old_size; /* if new_size != display_size,
179 int update; /* window needs updating flag */
180 unsigned miscflags; /* Miscellaneous flags. */
203 int held; /* true, the window is currently being
210 int held_lines; /* number of lines being held */
[all …]
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dstruct.h168 typedef struct WindowStru struct
172 char *name; /* window's logical name */
173 int server; /* server index */
174 int prev_server; /* previous server index */
175 int top; /* The top line of the window, screen
185 int old_size; /* if new_size != display_size,
189 int update; /* window needs updating flag */
190 unsigned miscflags; /* Miscellaneous flags. */
219 int held; /* true, the window is currently being
226 int held_lines; /* number of lines being held */
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h616 typedef struct WindowStru struct
618 char *name;
621 int server; /* server index */
651 char *(*status_func[4][MAX_FUNCTIONS]) (struct WindowStru *); argument
652 int func_cnt[4];
653 WSet *wset;
660 *scrollback_point,
674 int distance_from_display;
700 void (*output_func) (struct WindowStru *, const unsigned char *); argument
704 struct WindowStru *next; /* pointer to next entry in window list (null argument
[all …]
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h616 typedef struct WindowStru struct
618 char *name;
621 int server; /* server index */
651 char *(*status_func[4][MAX_FUNCTIONS]) (struct WindowStru *); argument
652 int func_cnt[4];
653 WSet *wset;
660 *scrollback_point,
674 int distance_from_display;
700 void (*output_func) (struct WindowStru *, const unsigned char *); argument
704 struct WindowStru *next; /* pointer to next entry in window list (null argument
[all …]