Skip to content

Commit 1a92f99

Browse files
committed
...
1 parent 6c95828 commit 1a92f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kittens/tui/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def without_line_wrap(write: Callable[[str], None]) -> Generator[None, None, Non
117117

118118
@cmd
119119
def repeat(char: str, count: int) -> str:
120-
if count > 1:
120+
if count > 5:
121121
return f'{char}\x1b[{count-1}b'
122122
return char * count
123123

0 commit comments

Comments
 (0)