When I try to run sandy with TERM set as any of st,st-16color,st-256color, the title line is not shown, and is instead printed out randomly to stdout as I try to insert text. This happens when running "TERM=st sandy" in rxvt, and does not happen when running "TERM=xterm sandy" in st.
I don't know enough about ncurses to diagnose whether it is a problem with st.info, or sandy's use of ncurses (or ncurses itself), but the only similar experience I've had is trying to use TERM=st vi when /usr/share/terminfo/s/st does not exist. Does anyone else experience this behaviour? Right now my solution is similar to ssh: alias sandy="TERM=xterm-256color sandy" in my shell rc file -shuall