Searched refs:redraw_cb (Results 1 – 5 of 5) sorted by relevance
198 ttyctx->redraw_cb = screen_write_redraw_cb; in screen_write_initctx()1629 if (ttyctx.redraw_cb != NULL) in screen_write_fullredraw()1630 ttyctx.redraw_cb(&ttyctx); in screen_write_fullredraw()2336 if (ttyctx.redraw_cb != NULL) in screen_write_alternateon()2337 ttyctx.redraw_cb(&ttyctx); in screen_write_alternateon()2355 if (ttyctx.redraw_cb != NULL) in screen_write_alternateoff()2356 ttyctx.redraw_cb(&ttyctx); in screen_write_alternateoff()
143 ttyctx->redraw_cb = popup_redraw_cb; in popup_init_ctx_cb()
1061 ctx->redraw_cb(ctx); in tty_redraw_region()2112 ctx->redraw_cb(ctx); in tty_cmd_alignmenttest()2192 ctx->redraw_cb(ctx); in tty_cmd_cells()
1536 tty_ctx_redraw_cb redraw_cb; member
534 ttyctx->redraw_cb = NULL; in window_copy_init_ctx_cb()