summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-01 09:11:20 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-01 09:11:20 +0200
commit4b4884dd7cdbce7194fec24e782dd09d3c430a8f (patch)
treed4e49ee296568f1ad3962401af6447f74ea219c0 /src/app.h
parent08279486f60cbd81bda35e0fb8ed418b821ec8a6 (diff)
Listing open tabs via command line
IssueID #178
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h3
1 files changed, 3 insertions, 0 deletions
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)
38iDeclareType(Visited) 38iDeclareType(Visited)
39iDeclareType(Window) 39iDeclareType(Window)
40 40
41/* Command line options strings. */
42#define listTabUrls_CommandLineOption "list-tab-urls;L"
43
41enum iAppDeviceType { 44enum iAppDeviceType {
42 desktop_AppDeviceType, 45 desktop_AppDeviceType,
43 tablet_AppDeviceType, 46 tablet_AppDeviceType,