Searched refs:screen_write_mode_set (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | input.c | 803 screen_write_mode_set(sctx, MODE_ORIGIN); in input_restore_state() 1332 screen_write_mode_set(sctx, MODE_KKEYPAD); in input_esc_dispatch() 1799 screen_write_mode_set(sctx, MODE_INSERT); in input_csi_dispatch_sm() 1824 screen_write_mode_set(sctx, MODE_KCURSOR); in input_csi_dispatch_sm_private() 1831 screen_write_mode_set(sctx, MODE_ORIGIN); in input_csi_dispatch_sm_private() 1835 screen_write_mode_set(sctx, MODE_WRAP); in input_csi_dispatch_sm_private() 1842 screen_write_mode_set(sctx, MODE_CURSOR); in input_csi_dispatch_sm_private() 1854 screen_write_mode_set(sctx, MODE_MOUSE_ALL); in input_csi_dispatch_sm_private() 1857 screen_write_mode_set(sctx, MODE_FOCUSON); in input_csi_dispatch_sm_private() 1860 screen_write_mode_set(sctx, MODE_MOUSE_UTF8); in input_csi_dispatch_sm_private() [all …]
|
H A D | screen-write.c | 875 screen_write_mode_set(struct screen_write_ctx *ctx, int mode) in screen_write_mode_set() function
|
H A D | tmux.h | 3031 void screen_write_mode_set(struct screen_write_ctx *, int);
|