summaryrefslogtreecommitdiff
path: root/src/read-tty
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2024-08-21 17:42:07 -0400
committerAndrew Cady <d@jerkface.net>2024-08-21 20:47:18 -0400
commit98497a1a5e4eeba4d003c80e609ca2924148303f (patch)
treef6aee7399d81e3a7225712d79278fc82d55075a8 /src/read-tty
parent0f255a500235df5c9d59b735836f6106537cf452 (diff)
still working
Diffstat (limited to 'src/read-tty')
-rwxr-xr-xsrc/read-tty1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/read-tty b/src/read-tty
index 4821ba9..6297583 100755
--- a/src/read-tty
+++ b/src/read-tty
@@ -9,6 +9,5 @@ export COLUMNS
9( 9(
10 BASH_ARGV0=read_chars 10 BASH_ARGV0=read_chars
11 echo -n "$0" >/proc/$BASHPID/comm 11 echo -n "$0" >/proc/$BASHPID/comm
12 # trap 'x /bin/kill -INT -- -$BASHPID' INT
13 read_chars 12 read_chars
14) 13)