From f8b4998b32cbabe2090dc8027720203d6cd2d24d Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Fri, 15 Aug 2014 15:00:48 +0200 Subject: Convert VT102ID to a config variable VT102ID is the sequence that the terminal returns when it is inquired to identify itself. This value should be configurable in the same way that another st parameters. --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') 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; -- cgit v1.2.3