Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/
H A Dvms.c72 } tt_mode, tt_chars, orig_tt_chars; variable
205 itemlist[3].buffer = &tt_chars.extended; in spawn()
216 tt_chars.type = DT$_VT102; /* XTerm supports VT102 mode */ in spawn()
217 tt_chars.class = class; in spawn()
218 tt_chars.page_width = screen->max_col+1; in spawn()
219 tt_chars.length = screen->max_row+1; in spawn()
223 bcopy(&devdepend, &tt_chars.characteristics, 3); in spawn()
225 tt_chars.extended |= TT2$M_ANSICRT | TT2$M_AVO | TT2$M_DECCRT; in spawn()
229 status = ptd$create(&tt_chan,0,&tt_chars,12,0,0,0,&ret_addr); in spawn()