PSConsoleReadLineOptions.DefaultHistorySearchCursorMovesToEnd Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In Emacs, when searching history, the cursor doesn't move. In 4NT, the cursor moves to the end. This option allows for either behavior.
public: bool DefaultHistorySearchCursorMovesToEnd;
bool DefaultHistorySearchCursorMovesToEnd;
public const bool DefaultHistorySearchCursorMovesToEnd;
val mutable DefaultHistorySearchCursorMovesToEnd : bool
Public Const DefaultHistorySearchCursorMovesToEnd As Boolean