9term: convert to new libframe
This commit is contained in:
parent
f5fcdeeedf
commit
482299b83c
@ -732,9 +732,7 @@ wrepaint(Window *w)
|
|||||||
{
|
{
|
||||||
wsetcols(w);
|
wsetcols(w);
|
||||||
if(!w->mouseopen){
|
if(!w->mouseopen){
|
||||||
if(font->maxdepth > 1)
|
frredraw(&w->f);
|
||||||
draw(w->f.b, w->f.r, cols[BACK], nil, ZP);
|
|
||||||
_frredraw(&w->f, w->f.r.min);
|
|
||||||
}
|
}
|
||||||
if(w == input){
|
if(w == input){
|
||||||
wborder(w, Selborder);
|
wborder(w, Selborder);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user