mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
9term: convert to new libframe
This commit is contained in:
parent
f5fcdeeedf
commit
482299b83c
1 changed files with 1 additions and 3 deletions
|
@ -732,9 +732,7 @@ wrepaint(Window *w)
|
|||
{
|
||||
wsetcols(w);
|
||||
if(!w->mouseopen){
|
||||
if(font->maxdepth > 1)
|
||||
draw(w->f.b, w->f.r, cols[BACK], nil, ZP);
|
||||
_frredraw(&w->f, w->f.r.min);
|
||||
frredraw(&w->f);
|
||||
}
|
||||
if(w == input){
|
||||
wborder(w, Selborder);
|
||||
|
|
Loading…
Reference in a new issue