Home
last modified time | relevance | path

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

/dports/x11/havoc/havoc-0.3.1/tsm/
H A Dlibtsm-int.h105 struct tsm_screen { struct
112 struct tsm_screen_attr def_attr; argument
115 tsm_age_t age_cnt; /* current age counter */
116 unsigned int age_reset : 1; /* age-overflow flag */
119 int size_x; /* width of screen */
120 int size_y; /* height of screen */
121 int margin_top; /* top-margin index */
122 int margin_bottom; /* bottom-margin index */
125 struct line **main_lines; /* real main lines */
127 tsm_age_t age; /* whole screen age */
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/screen/
H A Dlibtsm_int.h113 struct tsm_screen { struct
114 size_t ref;
115 unsigned int flags;
122 tsm_age_t age_cnt;
126 unsigned int size_x;
127 unsigned int size_y;
131 struct line **lines;
134 tsm_age_t age;
135 int vanguard;
150 bool *tab_ruler;
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/screen/
H A Dlibtsm_int.h113 struct tsm_screen { struct
114 size_t ref;
115 unsigned int flags;
122 tsm_age_t age_cnt;
126 unsigned int size_x;
127 unsigned int size_y;
131 struct line **lines;
134 tsm_age_t age;
135 int vanguard;
150 bool *tab_ruler;
[all …]
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/screen/
H A Dlibtsm_int.h113 struct tsm_screen { struct
114 size_t ref;
115 unsigned int flags;
122 tsm_age_t age_cnt;
126 unsigned int size_x;
127 unsigned int size_y;
131 struct line **lines;
134 tsm_age_t age;
135 int vanguard;
150 bool *tab_ruler;
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/screen/
H A Dlibtsm_int.h113 struct tsm_screen { struct
114 size_t ref;
115 unsigned int flags;
122 tsm_age_t age_cnt;
126 unsigned int size_x;
127 unsigned int size_y;
131 struct line **lines;
134 tsm_age_t age;
135 int vanguard;
150 bool *tab_ruler;
[all …]
/dports/devel/libtsm/libtsm-3/src/
H A Dtsm_screen.c94 struct tsm_screen { struct
103 struct tsm_screen_attr def_attr; argument
106 tsm_age_t age_cnt;
110 unsigned int size_x;
111 unsigned int size_y;
112 unsigned int margin_top;
114 unsigned int line_num;
115 struct line **lines;
116 struct line **main_lines;
117 struct line **alt_lines;
[all …]