Quick fix for a crash.
[spft.git] / end-tabs
blob7ab0270d92a614835c4fc207b38a67a20b2af2f4
1 #!/usr/bin/env bash
3 # This is useful when piping "els" through other programs (like "head").
4 # Include this at the end of the pipe to ensure that the elastic tabs line
5 # group is terminated.
6 # Eg.:
7 # els | head | end-tabs
9 cat
10 echo -en "\x1B[?5001l"