Skip to content

Commit

Permalink
ncneofetch: scale
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jul 2, 2020
1 parent 60619fc commit 4889e9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fetch/main.c
Expand Up @@ -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){
Expand Down

0 comments on commit 4889e9b

Please sign in to comment.