X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.def.h;h=53e8087e7823893744a8823033e357fe344e8399;hb=f8b4998b32cbabe2090dc8027720203d6cd2d24d;hp=fadcfa0320a5a78816bab51820b8d9267b7a387a;hpb=6530025bcaf3a65083667a93ae50035bd7137bae;p=st.git diff --git a/config.def.h b/config.def.h index fadcfa0..53e8087 100644 --- a/config.def.h +++ b/config.def.h @@ -9,6 +9,9 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals static int borderpx = 2; static char shell[] = "/bin/sh"; +/* identification sequence returned in DA and DECID */ +static char vtiden[] = "\033[?6c"; + /* Kerning / character bounding-box multipliers */ static float cwscale = 1.0; static float chscale = 1.0;