mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
ncplane_puttext: remove meaningless assignment
This commit is contained in:
parent
1ada631e94
commit
12a136cf6e
@ -1877,7 +1877,6 @@ int ncplane_puttext(ncplane* n, int y, ncalign_e align, const char* text, size_t
|
||||
text = breaker;
|
||||
}
|
||||
//fprintf(stderr, "x gets %d\n", dimx == breakercol ? 0 : breakercol);
|
||||
x = 0;
|
||||
if(breaker == text || overlong){
|
||||
linestart = breaker;
|
||||
}else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user