Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PHP 8 fix
  • Loading branch information
kakserpom committed Oct 14, 2021
commit b90ea9608491c2713fcb6d5b1cd948e04793692e
2 changes: 1 addition & 1 deletion Source/Cursor.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static function move(string $steps, int $repeat = 1)
$output->writeAll(
str_replace(
'%p1%d',
$repeat,
(string) $repeat,
$tput->get('parm_up_cursor')
)
);
Expand Down