mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #78] [MERGED] Maybe fix windows 8 support #292
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/78
Author: @bootandy
Created: 2/29/2020
Status: ✅ Merged
Merged: 3/1/2020
Merged by: @bootandy
Base:
master← Head:ab-fix-build📝 Commits (1)
19d938bMaybe fix windows 8 support📊 Changes
2 files changed (+24 additions, -17 deletions)
View changed files
📝
src/display.rs(+7 -11)📝
src/main.rs(+17 -6)📄 Description
enable_ansi_support must be run for windows 10 but is not required and
indeed fails if run on windows < 10.
Disable the expect so the code might run on windows 8
may fix:
https://github.com/bootandy/dust/issues/70
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.