mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-04 06:00:30 +00:00
ncls: use NCBLIT_PIXEL
This commit is contained in:
parent
c0cad0d497
commit
76e1f01572
@ -225,7 +225,6 @@ int main(int argc, char* const * argv){
|
||||
break;
|
||||
}
|
||||
}
|
||||
notcurses_check_
|
||||
auto procs = std::thread::hardware_concurrency();
|
||||
if(procs <= 0){
|
||||
procs = 4;
|
||||
@ -242,6 +241,7 @@ int main(int argc, char* const * argv){
|
||||
dereflinks,
|
||||
alignment,
|
||||
};
|
||||
ctx.nc.check_pixel_support();
|
||||
keep_working = true;
|
||||
for(auto s = 0u ; s < procs ; ++s){
|
||||
threads.emplace_back(std::thread(ncls_thread, &ctx));
|
||||
|
Loading…
Reference in New Issue
Block a user