Sunday, December 01, 2019

Run Midnight Commander using specified style

$: mc -S yadt256

This will run Midnight Commander using "Yet Another Dark Theme with 256 color with dark background" style.


No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...