mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
committed by
vanhofen
parent
11826623b7
commit
5889e7a620
@@ -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
|
||||
|
Reference in New Issue
Block a user