mirror of https://github.com/adamdruppe/arsd.git
oops forgot to compile on windows :(
This commit is contained in:
parent
bfa448c131
commit
1bc81effb2
|
@ -924,8 +924,10 @@ struct Terminal {
|
|||
}
|
||||
|
||||
void demandUserAttention() {
|
||||
if(!terminalInFamily("linux"))
|
||||
writeStringRaw("\033]5001;1\007");
|
||||
version(Posix) {
|
||||
if(!terminalInFamily("linux"))
|
||||
writeStringRaw("\033]5001;1\007");
|
||||
}
|
||||
}
|
||||
|
||||
void requestCopyToClipboard(string text) {
|
||||
|
|
Loading…
Reference in New Issue