summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index db150f0b..daf3d102 100644
--- a/src/app.c
+++ b/src/app.c
@@ -1317,7 +1317,7 @@ iBool handleCommand_App(const char *cmd) {
1317 iDocumentWidget *doc = document_Command(cmd); 1317 iDocumentWidget *doc = document_Command(cmd);
1318 const int newTab = argLabel_Command(cmd, "newtab"); 1318 const int newTab = argLabel_Command(cmd, "newtab");
1319 if (newTab) { 1319 if (newTab) {
1320 doc = newTab_App(NULL, (newTab & 1) != 0); /* "newtab:2" to open in background */ 1320 doc = newTab_App(NULL, (newTab & 1) != 0); /* `newtab:2` to open in background */
1321 } 1321 }
1322 iHistory *history = history_DocumentWidget(doc); 1322 iHistory *history = history_DocumentWidget(doc);
1323 const iBool isHistory = argLabel_Command(cmd, "history") != 0; 1323 const iBool isHistory = argLabel_Command(cmd, "history") != 0;