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:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...