Searched refs:screen_write_mode_set (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | input.c | 801 screen_write_mode_set(sctx, MODE_ORIGIN); in input_restore_state() 1310 screen_write_mode_set(sctx, MODE_KKEYPAD); in input_esc_dispatch() 1423 screen_write_mode_set(sctx, MODE_KEYS_EXTENDED_2); in input_csi_dispatch() 1425 screen_write_mode_set(sctx, MODE_KEYS_EXTENDED); in input_csi_dispatch() 1439 screen_write_mode_set(sctx, MODE_KEYS_EXTENDED); in input_csi_dispatch() 1690 screen_write_mode_set(sctx, MODE_CURSOR_VERY_VISIBLE); in input_csi_dispatch_rm() 1727 screen_write_mode_set(sctx, MODE_CURSOR_BLINKING_SET); in input_csi_dispatch_rm_private() 1776 screen_write_mode_set(sctx, MODE_INSERT); in input_csi_dispatch_sm() 1801 screen_write_mode_set(sctx, MODE_KCURSOR); in input_csi_dispatch_sm_private() 1808 screen_write_mode_set(sctx, MODE_ORIGIN); in input_csi_dispatch_sm_private() [all …]
|
| D | screen-write.c | 863 screen_write_mode_set(struct screen_write_ctx *ctx, int mode) in screen_write_mode_set() function
|
| D | tmux.h | 3005 void screen_write_mode_set(struct screen_write_ctx *, int);
|