mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-04 22:48:38 +00:00
`duplicateHandle` and `DUPLICATE_SAME_ACCESS` were already in winlean, other stuff moved. Since std already uses them in `terminal` privately, makes sense to move them and export. Almost every library/app concerned with terminal handling rewraps these: - [illwill](https://github.com/johnnovak/illwill) - [nim-noise](https://github.com/jangko/nim-noise) - [cliprompts](https://github.com/indiscipline/cliprompts) - [termui](https://github.com/jjv360/nim-termui) - [Nev](https://github.com/Nimaoth/Nev) - [nim-chronicles](https://github.com/status-im/nim-chronicles) - [termtools](https://github.com/iffy/termtools)