summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc/connect/commands/:cat3
1 files changed, 1 insertions, 2 deletions
diff --git a/rc/connect/commands/:cat b/rc/connect/commands/:cat
index 2abbd5b..6ea41a2 100755
--- a/rc/connect/commands/:cat
+++ b/rc/connect/commands/:cat
@@ -3,6 +3,5 @@
# Get the current buffer content.
mkfifo buffer.fifo
trap 'rm buffer.fifo' EXIT
-:send set-option buffer writemethod overwrite
-:send write buffer.fifo
+:send write -method overwrite buffer.fifo
cat buffer.fifo