Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ is_terminal_dumb
Function
is_terminal_dumb
editor.c:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#endif
20
21
int is_terminal_dumb(void)
22
{
23
const char *terminal = getenv(
"TERM"
);
24
return !terminal || !strcmp(terminal,
"dumb"
);
25
}
26
27
const char *git_editor(void)
28
{
Callers
5
demultiplex_sideband
Function · 0.85
git_editor
Function · 0.85
launch_specified_editor
Function · 0.85
term_clear_line
Function · 0.85
check_auto_color
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected