mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
yaft: use TERM=linux, disable unused code
This commit is contained in:
@@ -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