~petersanchez/st

c4f245eccd649b258c52f1405452df05180f7263 — Christoph Lohmann 7 years ago 2251f64
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.
1 files changed, 6 insertions(+), 0 deletions(-)

M config.def.h
M config.def.h => config.def.h +6 -0
@@ 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;