diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1992,6 +1992,7 @@ iBool handleCommand_App(const char *cmd) { | |||
1992 | (argLabel_Command(cmd, "axis") ? vertical_WindowSplit : 0) | (arg_Command(cmd) << 1); | 1992 | (argLabel_Command(cmd, "axis") ? vertical_WindowSplit : 0) | (arg_Command(cmd) << 1); |
1993 | const char *url = suffixPtr_Command(cmd, "url"); | 1993 | const char *url = suffixPtr_Command(cmd, "url"); |
1994 | setCStr_String(get_Window()->pendingSplitUrl, url ? url : ""); | 1994 | setCStr_String(get_Window()->pendingSplitUrl, url ? url : ""); |
1995 | postRefresh_App(); | ||
1995 | return iTrue; | 1996 | return iTrue; |
1996 | } | 1997 | } |
1997 | else if (equal_Command(cmd, "window.retain")) { | 1998 | else if (equal_Command(cmd, "window.retain")) { |