Home
last modified time | relevance | path

Searched refs:screen_write_mode_set (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dinput.c803 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 Dscreen-write.c875 screen_write_mode_set(struct screen_write_ctx *ctx, int mode) in screen_write_mode_set() function
H A Dtmux.h3031 void screen_write_mode_set(struct screen_write_ctx *, int);