mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
ncls: disable cursor
This commit is contained in:
parent
e813e3abe4
commit
68e498a583
1
NEWS.md
1
NEWS.md
@ -9,6 +9,7 @@ rearrangements of Notcurses.
|
||||
starting in the upper-left corner. Together with a scrolling standard
|
||||
plane and inhibition of the alternate screen, this allows rendered mode
|
||||
to easily be used for scrolling shell environment programs.
|
||||
* `ncls` now defaults to `NCBLIT_PIXEL`.
|
||||
|
||||
* 2.3.6 (2021-06-23)
|
||||
* Fixed (harmless) warning with `-Wformat-security`.
|
||||
|
@ -266,6 +266,7 @@ int main(int argc, char* const * argv){
|
||||
blitter,
|
||||
scale,
|
||||
};
|
||||
ctx.nc.cursor_disable();
|
||||
keep_working = true;
|
||||
for(auto s = 0u ; s < procs ; ++s){
|
||||
threads.emplace_back(std::thread(ncls_thread, &ctx));
|
||||
|
Loading…
x
Reference in New Issue
Block a user