mirror of https://github.com/adamdruppe/arsd.git
oops broke embedded
This commit is contained in:
parent
3d42a6e6f0
commit
410216f649
|
@ -1325,7 +1325,8 @@ struct Terminal {
|
|||
assert(0);
|
||||
}
|
||||
|
||||
tcaps = uint.max; // all capabilities
|
||||
_tcaps = uint.max; // all capabilities
|
||||
tcapsRequested = true;
|
||||
import core.thread;
|
||||
|
||||
version(Posix)
|
||||
|
|
Loading…
Reference in New Issue