Show More
@@ -633,6 +633,10 Message type: ``history_request``:: | |||
|
633 | 633 | # If hist_access_type is 'search', get cells matching the specified glob |
|
634 | 634 | # pattern (with * and ? as wildcards). |
|
635 | 635 | 'pattern' : str, |
|
636 | ||
|
637 | # If hist_access_type is 'search' and unique is true, do not | |
|
638 | # include duplicated history. Default is false. | |
|
639 | 'unique' : bool, | |
|
636 | 640 | |
|
637 | 641 | } |
|
638 | 642 |
General Comments 0
You need to be logged in to leave comments.
Login now