apparently pancurses supports windows

This commit is contained in:
missing 2022-07-22 14:32:41 -07:00
parent eb8926c3a6
commit 0a3dd57cd2

View file

@ -623,7 +623,4 @@ fn main() {
}
endwin();
}
#[cfg(target_os = "windows")]
compile_error!("diagnosis: skill issue");
}