Home
last modified time | relevance | path

Searched refs:screen_write_linefeed (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/tmux/dist/
H A Dinput.c972 screen_write_linefeed(sctx, 0); in input_c0_dispatch()
1029 screen_write_linefeed(sctx, 0); in input_esc_dispatch()
1033 screen_write_linefeed(sctx, 0); in input_esc_dispatch()
H A Dscreen-write.c786 screen_write_linefeed(struct screen_write_ctx *ctx, int wrapped) in screen_write_linefeed() function
949 screen_write_linefeed(ctx, 1); in screen_write_cell()
H A Dserver-fn.c375 screen_write_linefeed(&ctx, 1); in server_destroy_pane()
H A Dtmux.h2075 void screen_write_linefeed(struct screen_write_ctx *, int);
H A Dwindow-copy.c295 screen_write_linefeed(&back_ctx, 0); in window_copy_vadd()