Searched refs:draw_msg (Results 1 – 3 of 3) sorted by relevance
/dports/misc/vifm/vifm-0.11/src/modes/dialogs/ |
H A D | msg_dialog.c | 82 static void draw_msg(const char title[], const char msg[], 403 draw_msg(title, message, ctrl_msg, lines_to_center, 0); in redraw_error_msg() 476 draw_msg(title, msg, ctrl_msg, 0, recommended_width); in draw_msgf() 484 draw_msg(const char title[], const char msg[], const char ctrl_msg[], in draw_msg() function
|
/dports/x11/xstroke/xstroke-0.5.12/ |
H A D | control_win.c | 55 static void draw_msg(control_win_t *control); 237 draw_msg(control); in refresh() 245 static void draw_msg(control_win_t *control) in draw_msg() function
|
/dports/security/nyx/nyx-2.1.0/nyx/ |
H A D | curses.py | 822 …draw_msg, msg = stem.util.str_tools.crop(msg, width - x, None, ending = None, get_remainder = True) 824 if not draw_msg: 825 … draw_msg, msg = stem.util.str_tools.crop(msg, width - x), '' # first word is longer than the line 827 x = self.addstr(x, y, draw_msg, *attr)
|