Skip to content

Suggestion: Use colored instead of termion#265

Merged
IsaacWoods merged 1 commit intorust-osdev:mainfrom
martin-hughes:swap-termion-to-colored
Feb 28, 2026
Merged

Suggestion: Use colored instead of termion#265
IsaacWoods merged 1 commit intorust-osdev:mainfrom
martin-hughes:swap-termion-to-colored

Conversation

@martin-hughes
Copy link
Contributor

The test tool aml_tester won't build in a Windows environment because of its dependency on termion. Here I've replaced termion with colored.

There are two benefits, IMO:

  1. It now works on Windows. Which is useful for me as one of the few remaining Windows-based developers ;)
  2. The code looks slightly simpler and cleaner.

What do you think?

This allows aml_tester to run on Windows. (termion doesn't support
Windows)
@IsaacWoods
Copy link
Member

Nice, thanks!

@IsaacWoods IsaacWoods merged commit b69301e into rust-osdev:main Feb 28, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants