Home
last modified time | relevance | path

Searched defs:tty_ctx (Results 1 – 9 of 9) sorted by relevance

/dports/comms/tits/tits-1.3.0/
H A Dtty.c91 struct tty_ctx { struct
92 struct tty_opt tc_to;
93 struct buffer_ctx *tc_buff;
94 int tc_open;
95 int tc_removable;
96 void *tc_timeout;
/dports/sysutils/tmux/tmux-3.2a/
H A Dtmux.h1378 tty_ctx_redraw_cb redraw_cb; argument
1380 void *arg;
1386 void *ptr;
1393 u_int ocx;
1394 u_int ocy;
1404 u_int sx;
1405 u_int sy;
1408 u_int bg;
1416 u_int wox;
1417 u_int woy;
[all …]
H A Dtty.c1480 tty_write(void (*cmdfn)(struct tty *, const struct tty_ctx *), in tty_write()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmux.h1215 struct tty_ctx { struct
1216 struct window_pane *wp;
1220 u_int num;
1221 void *ptr;
1228 u_int ocx;
1229 u_int ocy;
1231 u_int orupper;
1232 u_int orlower;
1234 u_int xoff;
1235 u_int yoff;
[all …]
H A Dtty.c799 tty_write(void (*cmdfn)(struct tty *, const struct tty_ctx *), in tty_write()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtmux.h1195 struct tty_ctx { struct
1196 struct window_pane *wp;
1200 u_int num;
1201 void *ptr;
1208 u_int ocx;
1209 u_int ocy;
1211 u_int orupper;
1212 u_int orlower;
1214 u_int xoff;
1215 u_int yoff;
[all …]
H A Dtty.c794 tty_write(void (*cmdfn)(struct tty *, const struct tty_ctx *), in tty_write()
/dports/sysutils/tmux23/tmux-2.3/
H A Dtmux.h1205 struct tty_ctx { struct
1206 struct window_pane *wp;
1210 u_int num;
1211 void *ptr;
1218 u_int ocx;
1219 u_int ocy;
1221 u_int orupper;
1222 u_int orlower;
1224 u_int xoff;
1225 u_int yoff;
[all …]
H A Dtty.c717 tty_write(void (*cmdfn)(struct tty *, const struct tty_ctx *), in tty_write()