Introduction
Introduction Statistics Contact Development Disclaimer Help
sob scripts: dont show errors in cli - sob - simple output bar
git clone git://git.codemadness.org/sob
Log
Files
Refs
README
LICENSE
---
commit 5155d5feca8a8c6b6045a8ec392d3fc300eac23f
parent c336d9a1b5bc4763a15b91c40b92f5c951dca2fd
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 24 Oct 2014 22:35:05 +0000
sob scripts: dont show errors in cli
Diffstat:
M config.def.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/config.def.h b/config.def.h
@@ -1,10 +1,10 @@
/* <green color> "> " <reset>, like mksh you can use '\x01' to stop counting
* the characters for the prompt length. */
static const char *prompt = "\x01\x1b[32m\x01> \x01\x1b[0m";
-static const char *completenickcmd[] = { "/bin/sh", "-c", "$HOME/.sob/scripts/…
-static const char *historycmd[] = { "/bin/sh", "-c", "$HOME/.sob/scripts/…
-static const char *yankcmd[] = { "/bin/sh", "-c", "/bin/xsel -i -p", …
-static const char *resizecmd[] = { "/bin/sh", "-c", "$HOME/.sob/scripts/…
+static const char *completenickcmd[] = { "/bin/sh", "-c", "$HOME/.sob/scripts/…
+static const char *historycmd[] = { "/bin/sh", "-c", "$HOME/.sob/scripts/…
+static const char *yankcmd[] = { "/bin/sh", "-c", "/bin/xsel -i -p 2> …
+static const char *resizecmd[] = { "/bin/sh", "-c", "$HOME/.sob/scripts/…
static void
line_yank(void)
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.