summary | 
log | 
commit | 
diff | 
tree
raw | 
patch | 
inline | side by side (from parent 1: 
844c503)
 
Currently the alternate screen get messed up on resize if it has
different colors or mode.
                if(0 < col && minrow < row) {
                        tclearregion(0, minrow, col - 1, row - 1);
                }
                if(0 < col && minrow < row) {
                        tclearregion(0, minrow, col - 1, row - 1);
                }
        } while(orig != term.line);
 
        return (slide > 0);
        } while(orig != term.line);
 
        return (slide > 0);