From 700beb9bd64de0d5bf84a961e53154c9450c6970 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 18 Dec 2017 19:54:05 +0900 Subject: [PATCH] tysend - dont check if in terminology as it should also work remotely well it's not a brilliant check... user beware. tysend will only work if there is no screen/tmux in the way and your end point terminal is terminology (end point being the GUI terminal emulator you are using). --- src/bin/tysend.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/tysend.c b/src/bin/tysend.c index 8aab9d7f..122a2206 100644 --- a/src/bin/tysend.c +++ b/src/bin/tysend.c @@ -51,7 +51,6 @@ main(int argc, char **argv) { int i; - ON_NOT_RUNNING_IN_TERMINOLOGY_EXIT_1(); ARGUMENT_ENTRY_CHECK(argc, argv, print_usage); if (argc <= 1)