ui: rename ext_newgrid to ext_linegrid

This commit is contained in:
Björn Linse
2018-09-28 14:19:37 +02:00
parent b98af01260
commit 43823acae2
14 changed files with 72 additions and 65 deletions

View File

@@ -6884,7 +6884,7 @@ void do_highlight(const char *line, const bool forceit, const bool init)
// "fg", which have been changed now.
highlight_attr_set_all();
if (!ui_is_external(kUINewgrid) && starting == 0) {
if (!ui_is_external(kUILinegrid) && starting == 0) {
// Older UIs assume that we clear the screen after normal group is
// changed
ui_refresh();