commit c4f245eccd649b258c52f1405452df05180f7263 from: Christoph Lohmann <20h@r-36.net> date: Wed Jul 20 11:52:31 2016 UTC 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. commit - 2251f6465ae48aaa012fd686d6dcc4d3f41f77fe commit + c4f245eccd649b258c52f1405452df05180f7263 blob - d2c547c3105c877f9cac8b8eb6b8c510ae5f41fc blob + e2bbe43ede4de420c3fe65286072217e6c917670 --- config.def.h +++ config.def.h @@ -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;