diff --git a/ShellCmdInputController.hs b/ShellCmdInputController.hs
--- a/ShellCmdInputController.hs
+++ b/ShellCmdInputController.hs
@@ -85,7 +85,7 @@
                                                          P.terminateProcess ph
                                                          return ())
   forkOS $ do
-    hPutStr hin (text ++ otherStdIn)
+    hPutStr hin text
     lines <- L.hGetContents hout
     postGUISync $ execCB lines
                 
diff --git a/tabloid.cabal b/tabloid.cabal
--- a/tabloid.cabal
+++ b/tabloid.cabal
@@ -1,5 +1,5 @@
 Name:	         tabloid
-Version:         0.45
+Version:         0.46
 Description:     GUI for shell commands and log analysis
 Category:	 System
 Synopsis:	 View the output of shell commands in a table
