Function LineGetter.historyFilter

Override this if you don't want all lines added to the history. You can return null to not add it at all, or you can transform it.

string historyFilter (
  string candidate
);