lvxnull
lvxnull
This allows logger flags to be specified through the command line. Solves #1895
Partially fixes #146
This skips one step of the computation and uses fewer arithmetic operations. I didn't bother deriving this formula for fat12, but I could do it if such functionality is desired.
This lets users use terminal emulators from outside the predefined list by manually specifying commands for opening a local/remote terminal.
Fixes #164
Currently, every time you open or close a window in btop, or change the way processes are sorted, the config gets overwritten. This is unlike any other command line application...