Home
last modified time | relevance | path

Searched refs:showCursorPos_ (Results 1 – 2 of 2) sorted by relevance

/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dconfig.h222 return showCursorPos_; in getShowCursorPos()
225 showCursorPos_ = show; in setShowCursorPos()
582 showStatusbar_, showCursorPos_, showLangSelector_, variable
H A Dconfig.cpp34 showCursorPos_ (false), in Config()
148 showCursorPos_ = true; // false by default in readConfig()
437 settings.setValue ("showCursorPos", showCursorPos_); in writeConfig()