Simple `ui_resize` is sufficient for rerendering all the elements. Other calls create complexity, slow down the applications and even introduce mem leaks. `ui_resize` technique is already used widely, including `cmd_editor` case. Fixes #4
Simple `ui_resize` is sufficient for rerendering all the elements. Other calls create complexity, slow down the applications and even introduce mem leaks. `ui_resize` technique is already used widely, including `cmd_editor` case. Fixes #4