X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/78b04865fb5c8cb841e646058f9a24e7ec9094d2..a2a60f0a2ce33dbd4ef07aaa4a914391481fa1de:/config.def.h?ds=sidebyside diff --git a/config.def.h b/config.def.h index 342c9d4..860ce3d 100644 --- a/config.def.h +++ b/config.def.h @@ -108,9 +108,10 @@ static unsigned int defaultrcs = 257; /* * Default shape of cursor - * 2: Block - * 4: Underline - * 6: IBeam + * 2: Block ("█") + * 4: Underline ("_") + * 6: Bar ("|") + * 7: Snowman ("☃") */ static unsigned int cursorshape = 2;