libbb: correct the name of is_TERM_dumb()
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
3d9c649158
commit
df0383c624
@ -303,7 +303,7 @@ int FAST_FUNC get_terminal_width(int fd)
|
|||||||
return width;
|
return width;
|
||||||
}
|
}
|
||||||
|
|
||||||
int FAST_FUNC is_dumb_term(void)
|
int FAST_FUNC is_TERM_dumb(void)
|
||||||
{
|
{
|
||||||
char *term = getenv("TERM");
|
char *term = getenv("TERM");
|
||||||
return term && strcmp(term, "dumb") == 0;
|
return term && strcmp(term, "dumb") == 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user