Home | History | Annotate | Download | only in include

Lines Matching defs:wresize

1221   int            wresize(int newLines, int newColumns) {
1222 return ::wresize(w, newLines, newColumns); }