Skip to content

Instantly share code, notes, and snippets.

Created October 11, 2016 14:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/bab77bb158dd9c523b261ae1d14a72a9 to your computer and use it in GitHub Desktop.
Save anonymous/bab77bb158dd9c523b261ae1d14a72a9 to your computer and use it in GitHub Desktop.
Patch for suckless terminal, adding cursor style set to terminfo entry
diff -r st-0.7/Makefile /home/linus/st-0.7/Makefile
52c52
< @tic -s st.info
---
> @tic -x -s st.info
diff -r st-0.7/st.info /home/linus/st-0.7/st.info
188a189
> Ss=\E[%p1%d\sq,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment