Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd some hint to have the pseudo terminal in the right mode. - st - [fork] cus…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit c4f245eccd649b258c52f1405452df05180f7263
parent 2251f6465ae48aaa012fd686d6dcc4d3f41f77fe
Author: Christoph Lohmann <[email protected]>
Date: Wed, 20 Jul 2016 13:52:31 +0200
Add some hint to have the pseudo terminal in the right mode.
If you don't make sure that the terminal does not expand tabs to spaces, of
course such a setting won't work.
Diffstat:
M config.def.h | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -73,6 +73,12 @@ static char termname[] = "st-256color";
* you use this st version.
*
* it#$tabspaces,
+ *
+ * Secondly make sure your terminal is not expanding tabs. When running `stty
+ * -a` »tab0« should appear. You can tell the terminal to not expand tabs by
+ * running following command:
+ *
+ * stty tabs
*/
static unsigned int tabspaces = 8;
You are viewing proxied material from mx1.adamsgaard.dk. 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.