-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent a race allowing the submission of an invalid filter
Prior to this change, it's possible to type an invalid filter expression and submit it - using enter - in the brief interval before termshark determines it's invalid and sets the filter field red. The fix is to delay the submission of a filter on enter until the filter expression is determined valid. If the filter changes in the meantime, then the enter is forgotten. If enter is still pending when the expression becomes green, then it's submitted.
- Loading branch information
Showing
1 changed file
with
48 additions
and
10 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