mirror of https://gitlab.com/basile.b/dexed.git
no way to redirect xterm like cmd
This commit is contained in:
parent
1cf1a81c56
commit
817944c2e6
|
@ -14,10 +14,11 @@ void main(string args[])
|
||||||
{
|
{
|
||||||
import std.process;
|
import std.process;
|
||||||
//
|
//
|
||||||
|
string prgname;
|
||||||
version(Windows)
|
version(Windows)
|
||||||
string prgname = "cmd";
|
prgname = "cmd";
|
||||||
/*else
|
/*else
|
||||||
version(linux) string prgname = "xterm";*/
|
version(linux) prgname = "xterm";*/
|
||||||
else
|
else
|
||||||
assert(0, "unsupported target");
|
assert(0, "unsupported target");
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue