X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=860ce3d68781d4232b3dd9030ac87cc86e75c499;hb=a2a60f0a2ce33dbd4ef07aaa4a914391481fa1de;hp=89732b4ee30b3f473eb64dcff453800e00393ac0;hpb=52d0e82df723297438339822f2398f83470fbcd4;p=st.git diff --git a/config.def.h b/config.def.h index 89732b4..860ce3d 100644 --- a/config.def.h +++ b/config.def.h @@ -108,10 +108,10 @@ static unsigned int defaultrcs = 257; /* * Default shape of cursor - * 2: Block - * 4: Underline - * 6: IBeam - * 7: Snowman + * 2: Block ("█") + * 4: Underline ("_") + * 6: Bar ("|") + * 7: Snowman ("☃") */ static unsigned int cursorshape = 2;