Mike Frysinger wrote: > See http://st.suckless.org/ > > * src/dircolors.hin: Add st and st-256color. > > Reported-by: Jeroen Roovers <[email protected]> > Signed-off-by: Mike Frysinger <[email protected]> > --- > src/dircolors.hin | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/src/dircolors.hin b/src/dircolors.hin > index 4606d1a..316c212 100644 > --- a/src/dircolors.hin > +++ b/src/dircolors.hin > @@ -52,6 +52,8 @@ TERM screen-w > TERM screen.Eterm > TERM screen.rxvt > TERM screen.linux > +TERM st > +TERM st-256color
Thanks. I'm about to push that: commit 974848a4866f71c10e854a4d4a2e9b26a4db6a7b Author: Mike Frysinger <[email protected]> Date: Thu May 17 00:00:11 2012 -0400 dircolors: add st/st-256color terminal types See http://st.suckless.org/ * src/dircolors.hin: Add st and st-256color. Reported-by: Jeroen Roovers <[email protected]>, via Mike Frysinger <[email protected]> in http://bugs.gnu.org/11498
