select_old

fun <T, O : SelectOption<T>> Terminal.select_old(message: String, options: Iterable<O>, sortedSelector: (SelectOption<out T>) -> Comparable<Any>?? = null, invalidOption: InvalidOption<T>? = null, keyOptions: Map<String, SelectKeyOption>? = null, defaultCursor: Int? = null, onHover: suspend (option: O, index: Int) -> Unit? = null, onSelect: (animation: Animation<*>) -> Unit? = null, onUpdate: (animation: Animation<*>) -> Unit? = null, onAnimate: (widget: Widget) -> Unit? = null, filterKey: String = "f", details: SelectDetails<T>? = null, pageSize: Int = 10): T