summaryrefslogtreecommitdiffstats
path: root/src/btop_input.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/btop_input.hpp')
-rw-r--r--src/btop_input.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/btop_input.hpp b/src/btop_input.hpp
index 2e8c0a4..5a1a28e 100644
--- a/src/btop_input.hpp
+++ b/src/btop_input.hpp
@@ -4,7 +4,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@@ -32,7 +32,7 @@ using std::string;
/* The input functions relies on the following std::cin options being set:
cin.sync_with_stdio(false);
- cin.tie(NULL);
+ cin.tie(nullptr);
These will automatically be set when running Term::init() from btop_tools.cpp
*/