On Fri, Feb 17, 2012 at 11:18 AM, Aurélien Aptel <[email protected]> wrote: > cup is already in st.info. Did you compiled the terminfo entry? ($ tic > -s st.info)
If you compile the terminfo as a user, it will go in the local terminfo database (~/.terminfo). You need to install it in the system database to make it available to every user. Run (as root) # tic -s st.info
