Home
last modified time | relevance | path

Searched refs:PREF_HISTORY_SIZE (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/terminal/
H A DTermConst.h133 static const char* const PREF_HISTORY_SIZE = "History size"; variable
H A DPrefHandler.cpp84 { PREF_HISTORY_SIZE, "10000" },
H A DTermWindow.cpp1348 PrefHandler::Default()->getInt32(PREF_HISTORY_SIZE)); in _AddTab()