Lines Matching refs:_safe_addstr
1354 _safe_addstr(_top_sep_win,
1384 _safe_addstr(_menu_win, i - _menu_scroll, 0, _node_str(node), style)
1408 _safe_addstr(_bot_sep_win, 0, max(term_width - len(s) - 2, 0), s)
1423 _safe_addstr(_help_win, i, 0, help_lines[i])
1425 _safe_addstr(_help_win, 0, 0, "(no help)")
1428 _safe_addstr(_help_win, i, 0, line)
1469 _safe_addstr(_path_win, split_path[0])
1472 _safe_addstr(_path_win, s)
1791 _safe_addstr(win, 2, 2, visible_s + " "*(edit_width - len(visible_s)),
1795 _safe_addstr(win, 4 + linenr, 2, line)
1984 _safe_addstr(win, 2 + i, 2, line)
2008 _safe_addstr(win, 0, max((win_width - len(title))//2, 0), title)
2312 _safe_addstr(matches_win, i - scroll, 0, node_str,
2317 _safe_addstr(matches_win, 0, 0, bad_re or "No matches")
2340 _safe_addstr(help_win, i, 0, line)
2360 _safe_addstr(edit_box, 1, 1, visible_s)
2492 _safe_addstr(text_win, i, 0, line)
2515 _safe_addstr(help_win, i, 0, line)
2535 _safe_addstr(top_line_win, 0, max((text_win_width - len(title))//2, 0),
3192 def _safe_addstr(win, *args): function