Package: stterm
Version: 0.0~20120227+hg244-1
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

After starting stterm, terminal based programs give error about non-functional terminal. The define in config.def.h is set to st-256color, should be stterm-256color. Patch attached.


--- System information. ---
Architecture: amd64
Kernel:       Linux 3.5-trunk-amd64

Debian Release: wheezy/sid
  900 unstable        ftp-nyc.osuosl.org
  800 testing         security.debian.org
  800 testing         ftp-nyc.osuosl.org
  500 experimental    ftp-nyc.osuosl.org

--- Package information. ---
Depends       (Version) | Installed
=======================-+-===========
libc6          (>= 2.4) | 2.13-36
libx11-6                | 2:1.5.0-1


Package's Recommends field is empty.

Package's Suggests field is empty.
--- stterm-0.0~20120227+hg244.orig/config.def.h
+++ stterm-0.0~20120227+hg244/config.def.h
@@ -75,7 +75,7 @@ static Key key[] = {
 };
 
 /* Set TERM to this */
-#define TNAME "st-256color"
+#define TNAME "stterm-256color"
 
 /* Line drawing characters (sometime specific to each font...) */
 static char gfx[] = {

Reply via email to