manifest_navigator_up = function() local y, x, width = manifest_coord(Manifest_navigator.index) local index = manifest_index(y-HUD_line_height, x, width) if index then Manifest_navigator.index = index end end