aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rio.c2
-rwxr-xr-xrtty2
2 files changed, 3 insertions, 1 deletions
diff --git a/rio.c b/rio.c
index 88ef214..a36af2b 100644
--- a/rio.c
+++ b/rio.c
@@ -20,6 +20,8 @@ main()
if(!(fdout = open("/var/tmp/r.out", O_RDONLY)))
err(1, "open");
+ dprintf(fdin, "export TERM=tty43 PAGER=cat EDITOR=ed\n");
+
FD_ZERO(&rfds0);
FD_ZERO(&rfds1);
diff --git a/rtty b/rtty
index 3050280..f6b6296 100755
--- a/rtty
+++ b/rtty
@@ -1,6 +1,6 @@
#!/bin/sh
-# rtty -- limited, but more responsive remote shell
+# rtty -- limited but responsive remote shell
in=/var/tmp/r.in
out=/var/tmp/r.out