diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-07 14:41:18 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-08-07 14:41:18 +0300 |
commit | eae9636f254c2709167eefe0c2daaca578bfdde4 (patch) | |
tree | ac88d161b827e7515f6efd15a6d070323d8bc34c /src/app.c | |
parent | 2340131f79975d36eeb01e476c96e1bc5ff80abe (diff) |
App: Immediate refresh after going to split mode
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")) { |