From 411b7d3ca5937e6728dc06cc48a827bd79a69564 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 24 Aug 2024 10:48:43 -0400 Subject: read-tty simplification that fixes ALL bugs --- src/read-tty | 1 + 1 file changed, 1 insertion(+) (limited to 'src/read-tty') diff --git a/src/read-tty b/src/read-tty index 6297583..73ba404 100755 --- a/src/read-tty +++ b/src/read-tty @@ -6,6 +6,7 @@ enable -f sleep sleep source read_chars.bash :|: export COLUMNS +export PS4=$'+ L\t$LINENO:\t' ( BASH_ARGV0=read_chars echo -n "$0" >/proc/$BASHPID/comm -- cgit v1.2.3