InputForm

constructor(cols: List<Int>, lines: List<Int>, length: List<Int>, spaceChar: Char = '.', prefill: List<String> = emptyList(), cursor: Boolean = true, submitWith: Set<FunctionKey> = setOf(FunctionKey.Envoi))