Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dansi.c212 p->w_rend = mchar_null;
693 curr->w_rend.font = 0;
750 font = curr->w_rend.font = 0;
752 font = curr->w_rend.font = 0;
842 curr->w_rend.image = c;
1801 cursor->Rend = curr->w_rend;
1819 curr->w_rend = cursor->Rend;
2129 register int j, i = 0, a = curr->w_rend.attr, c = curr->w_rend.color; in SelectRendition()
2215 curr->w_rend.attr = a; in SelectRendition()
2217 curr->w_rend.color = c; in SelectRendition()
[all …]
H A Dwindow.h184 struct mchar w_rend; /* current rendition */ member