feat(ui): use msg_grid based implementation for cmdheight=0

This commit is contained in:
bfredl
2022-09-13 12:56:30 +02:00
parent bf6de51f55
commit 708bd68651
17 changed files with 89 additions and 135 deletions

View File

@@ -614,12 +614,6 @@ bool ui_has(UIExtension ext)
return ui_ext[ext];
}
/// Returns true if the UI has messages area.
bool ui_has_messages(void)
{
return p_ch > 0 || ui_has(kUIMessages);
}
Array ui_array(void)
{
Array all_uis = ARRAY_DICT_INIT;