-
-
Save lheckemann/a7d1f21b27534cc977935942ec5802fb to your computer and use it in GitHub Desktop.
Patch for suckless terminal, adding cursor style set to terminfo entry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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