Home
last modified time | relevance | path

Searched refs:bview_rect_t (Results 1 – 3 of 3) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Dmle.h16 typedef struct bview_rect_s bview_rect_t; // A rectangle in bview with a default styling typedef
72 bview_rect_t rect_edit;
73 bview_rect_t rect_status;
74 bview_rect_t rect_prompt;
169 bview_rect_t rect_caption;
170 bview_rect_t rect_lines;
171 bview_rect_t rect_margin_left;
172 bview_rect_t rect_buffer;
173 bview_rect_t rect_margin_right;
571 int tb_printf(bview_rect_t rect, int x, int y, uint16_t fg, uint16_t bg, const char *fmt, ...);
[all …]
H A Dutil.c366 int tb_printf(bview_rect_t rect, int x, int y, uint16_t fg, uint16_t bg, const char *fmt, ...) { in tb_printf()
378 int tb_printf_attr(bview_rect_t rect, int x, int y, const char *fmt, ...) { in tb_printf_attr()
H A Deditor.c296 bview_rect_t *rect; in editor_open_bview()
1024 bview_rect_t *bounds; in _editor_resize()