btop/src
scorpion-26 f798acdaf7 Fix short conversion of 1000-1023*iB
floating_humanizer([1000-1024], true) with base 8 returns "2K", whereas it should return
"1.0K" to align with other formats. The conversion is also broken for
all other units(e.g. 1023M is also broken and returns "2G")
2023-09-05 18:00:47 +02:00
..
freebsd Fix getting zfs pool name with '.' char in freebsd 2023-08-25 09:37:49 +02:00
linux Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
osx Merge pull request #601 from joske/cleanup 2023-08-26 19:18:55 +02:00
btop.cpp Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
btop_config.cpp Convert parameters and config keys to std::string_view 2023-07-27 14:17:54 +02:00
btop_config.hpp Convert parameters and config keys to std::string_view 2023-07-27 14:17:54 +02:00
btop_draw.cpp Merge pull request #539 from nobounce/replace-NULL-nullptr 2023-07-30 13:21:48 +02:00
btop_draw.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_input.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_input.hpp Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
btop_menu.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_menu.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_shared.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_shared.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_theme.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_theme.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_tools.cpp Fix short conversion of 1000-1023*iB 2023-09-05 18:00:47 +02:00
btop_tools.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00