File indexing completed on 2024-05-05 05:53:47

0001 /*
0002     SPDX-FileCopyrightText: 1997, 1998 Lars Doelle <lars.doelle@on-line.de>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "HistoryType.h"
0008 
0009 using namespace Konsole;
0010 
0011 HistoryType::HistoryType() = default;
0012 
0013 HistoryType::~HistoryType() = default;
0014 
0015 bool HistoryType::isUnlimited() const
0016 {
0017     return maximumLineCount() == -1;
0018 }