btop/src
nobounce 091c30ab2b
Convert parameters and config keys to std::string_view
Using std::string_view instead of std::string& silences a new warning
from GCC 13, -Wdangling-reference

Also switch return type of `getI` from int& to int, trivial types are
cheaper to copy by value
2023-07-27 14:17:54 +02:00
..
freebsd Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
linux Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
osx Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +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 Fix whitespace indent -> tab indent 2023-07-26 14:38: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 Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +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 whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_tools.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00