forked from Gallopsled/pwntools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(telescope): option to set min repeating values before skipping
Buffer all repeating lines and check the minimum value when to start marking them with skip lines. In case the minimum value is not hit, just unroll the buffer. To stop skipping any lines, there is the existing bool config telescope-skip-repeat-val so we avoid adding special values to minimum like -1 and keep the setting separated. Fixes Gallopsled#803
- Loading branch information
1 parent
14325af
commit baf3fe7
Showing
1 changed file
with
27 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters