From 799438be809b6009c2fb3ccfbc787dc3b6e8d646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sat, 29 Oct 2022 10:05:25 +0200 Subject: [PATCH] Ooops, removed debugging leftover --- gprompt.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/gprompt.pl b/gprompt.pl index 84e0da1..112ad0e 100644 --- a/gprompt.pl +++ b/gprompt.pl @@ -670,7 +670,6 @@ sub gen_empty_line my $nl; my $out = ""; if ($lel > 1) { - sleep 1; my ($line, $col) = get_cursor_pos; $nl = ( $lel == 2 && $line != 1 ) || ( $lel == 3 && $col != 1 ); if ( $lel == 3 && $col != 1 ) {