ncneofetch: scale

This commit is contained in:
nick black 2020-06-30 16:10:40 -04:00 committed by Nick Black
parent 60619fc4b9
commit 4889e9b391

View File

@ -245,7 +245,6 @@ drawpalette(struct ncdirect* nc){
if(ncdirect_cursor_move_yx(nc, -1, (dimx - 64) / 2)){
return -1;
}
// FIXME move to center
for(int x = (dimx - 64) / 2 ; x < dimx / 2 + 32 ; ++x){
const int truex = x - (dimx - 64) / 2;
if(y * 64 + truex >= psize){