From 4b4884dd7cdbce7194fec24e782dd09d3c430a8f Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 1 Mar 2021 09:11:20 +0200 Subject: Listing open tabs via command line IssueID #178 --- src/app.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app.h') diff --git a/src/app.h b/src/app.h index 9a68c362..015f5a3e 100644 --- a/src/app.h +++ b/src/app.h @@ -38,6 +38,9 @@ iDeclareType(MimeHooks) iDeclareType(Visited) iDeclareType(Window) +/* Command line options strings. */ +#define listTabUrls_CommandLineOption "list-tab-urls;L" + enum iAppDeviceType { desktop_AppDeviceType, tablet_AppDeviceType, -- cgit v1.2.3