quickemu-project / quickemu

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

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

Closed flexiondotorg closed 4 months ago

flexiondotorg commented 4 months 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: