Home
last modified time | relevance | path

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

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Dmain.C780 vt_width = ncol * fwidth; in window_calc()
799 ws.ws_xpixel = vt_width; in tt_winch()
1158 vt_width, vt_height); in resize_all_windows()
1190 if (newwidth != vt_width || newheight != vt_height) in set_widthheight()
H A Dinit.C1477 vt_width, vt_height, in create_windows()
H A Dscreen.C1383 Row2Pixel (row - view_start), (unsigned int)vt_width, in scr_erase_screen()
1396 (unsigned int)vt_width, in scr_erase_screen()
1900 scr_expose (0, 0, vt_width, vt_height, refresh); in scr_touch()
H A Drxvt.h960 int vt_width; /* actual window width [pixels] */ member
H A Drxvtperl.xs2283 PUSHs (sv_2mortal (newSViv (border ? THIS->vt_width : THIS->szHint.width )));
2348 border ? THIS->vt_width : THIS->szHint.width,
H A Dcommand.C2207 … if (IN_RANGE_EXC (ev.x, 0, vt_width) && IN_RANGE_EXC (ev.y, 0, vt_height)) // inside window? in button_release()
3192 set_widthheight ((unsigned int)vt_width, in process_window_ops()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dmain.c1095 &root, &x, &y, &vt_width, &vt_height, &border, &depth); in resize_window()
1116 … if( TransparentMS(TermWin.background.mystyle) || vt_width != old_width || vt_height!= old_height ) in resize_window()
1119 old_width = vt_width ; in resize_window()
1132 vt_width != old_width || vt_height!= old_height || in resize_window()
1143 old_width = vt_width ; in resize_window()
/dports/x11/aterm/aterm-1.0.1/src/
H A Dmain.c1095 &root, &x, &y, &vt_width, &vt_height, &border, &depth); in resize_window()
1116 … if( TransparentMS(TermWin.background.mystyle) || vt_width != old_width || vt_height!= old_height ) in resize_window()
1119 old_width = vt_width ; in resize_window()
1132 vt_width != old_width || vt_height!= old_height || in resize_window()
1143 old_width = vt_width ; in resize_window()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dmain.c1186 unsigned int border, depth, vt_width, vt_height; in resize_window() local
1201 …XGetGeometry(Xdisplay, TermWin.vts[TermWin.active_page].vt,&root, &x, &y, &vt_width, &vt_height, &… in resize_window()
1243 || vt_width != old_width in resize_window()
1260 old_width = vt_width; in resize_window()