yaft: use TERM=linux, disable unused code

Origin commit data
------------------
Commit: 136d6e6f8e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
This commit is contained in:
Stefan Seyfried
2018-01-15 19:54:52 +01:00
committed by vanhofen
parent 11826623b7
commit 5889e7a620

View File

@@ -23,8 +23,9 @@ enum {
};
/* TERM value */
const char *term_name = "yaft-256color";
const char *term_name = "linux";
#if 0
/* framubuffer device */
#if defined(__linux__)
const char *fb_path = "/dev/fb0";
@@ -46,3 +47,4 @@ const char *term_name = "yaft-256color";
#elif defined(__ANDROID__)
const char *shell_cmd = "/system/bin/sh";
#endif
#endif