force redraw window if needed in context_wrap
This commit is contained in:
parent
624c112d08
commit
7b94925898
|
@ -524,6 +524,10 @@ void context_wrap(const CommandParameters& params, Context& context, Func func)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
func(parser, real_context);
|
func(parser, real_context);
|
||||||
|
|
||||||
|
// force redraw of this client window
|
||||||
|
if (parser.has_option("client") and real_context.has_window())
|
||||||
|
real_context.window().forget_timestamp();
|
||||||
}
|
}
|
||||||
|
|
||||||
void exec_string(const CommandParameters& params, Context& context)
|
void exec_string(const CommandParameters& params, Context& context)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user