quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
9.82k stars 433 forks source link

refactor: replace all use of fold with fmt; no need for ncurses #1359

Closed flexiondotorg closed 3 days ago

flexiondotorg commented 3 days ago

Description

This pull request replaces all use of fold (from ncurses) with fmt (from coreutils) so that ncurses is no longer a Quickemu dependency.

Type of change

Checklist: