raster pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=700beb9bd64de0d5bf84a961e53154c9450c6970

commit 700beb9bd64de0d5bf84a961e53154c9450c6970
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Dec 18 19:54:05 2017 +0900

    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 8aab9d7..122a220 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)

-- 


Reply via email to