[PR #48] [CLOSED] Fix colors on windows #275

Closed
opened 2026-06-08 11:26:40 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/48
Author: @lespea
Created: 12/27/2019
Status: Closed

Base: masterHead: win_colors


📝 Commits (1)

📊 Changes

4 files changed (+65 additions, -180 deletions)

View changed files

📝 Cargo.lock (+53 -178)
📝 Cargo.toml (+2 -2)
📝 src/main.rs (+9 -0)
📝 src/utils/platform.rs (+1 -0)

📄 Description

  • Initialize ansi_term if we're on windows
  • Silence build warning on non-unix targets
  • Update ansi-term which has windows specific fixes (and assert_cli while I'm at it)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/48 **Author:** [@lespea](https://github.com/lespea) **Created:** 12/27/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `win_colors` --- ### 📝 Commits (1) - [`a49f811`](https://github.com/bootandy/dust/commit/a49f811868a5fc630e9d8889b10ee50cb22fd283) Fix colors on windows ### 📊 Changes **4 files changed** (+65 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+53 -178) 📝 `Cargo.toml` (+2 -2) 📝 `src/main.rs` (+9 -0) 📝 `src/utils/platform.rs` (+1 -0) </details> ### 📄 Description * Initialize ansi_term if we're on windows * Silence build warning on non-unix targets * Update ansi-term which has windows specific fixes (and assert_cli while I'm at it) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:40 +03:00
zhus closed this issue 2026-06-08 11:26:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#275