X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/201100de47bd2baf6d0199fd82f87d83257768d1..e6561dc98ae9f83c63ebf3e14fbefbd6e5264f5d:/src/lib.nim diff --git a/src/lib.nim b/src/lib.nim index dd8dcf4..54259e2 100644 --- a/src/lib.nim +++ b/src/lib.nim @@ -20,6 +20,7 @@ type Options* = Table[string, bool] SearchResult* = tuple[title: string, url: string] CommandLineOptions* = tuple[searchQuery: string, options: Options] + SelectionRange* = tuple[begin: int, until: int] # poEchoCmd can be added to options for debugging let processOptions = {poStdErrToStdOut, poUsePath}