diff --git a/ui/menu.c b/ui/menu.c index b3b5069..0605874 100644 --- a/ui/menu.c +++ b/ui/menu.c @@ -694,7 +694,7 @@ void UI_DisplayMenu(void) { } else { // show the channel name being edited UI_PrintStringSmall(edit, menu_item_x1, menu_item_x2, 3); if (edit_index < 4) - UI_PrintStringSmall("^", (((menu_item_x2 - menu_item_x1) - (32)) + 1) / 2 + (8 * edit_index), menu_item_x2, 4); // show the cursor + UI_PrintStringSmall("^", (((menu_item_x2 - menu_item_x1) - (32)) + 1) / 2 + (8 * edit_index), 0, 4); // show the cursor } already_printed = true; break;