Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ graphicMode
Function
graphicMode
lib/imgui/addon/imguitinyfiledialogs.cpp:2042–2046 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2040
2041
2042
static int graphicMode()
2043
{
2044
return !( tinyfd_forceConsole && (isatty(1) || terminalName()) )
2045
&& ( getenv (
"DISPLAY"
) || isDarwin() ) ;
2046
}
2047
2048
2049
static int xmessagePresent ( )
Callers
10
xmessagePresent
Function · 0.85
gxmessagePresent
Function · 0.85
notifysendPresent
Function · 0.85
xdialogPresent
Function · 0.85
gdialogPresent
Function · 0.85
osascriptPresent
Function · 0.85
kdialogPresent
Function · 0.85
zenityPresent
Function · 0.85
zenity3Present
Function · 0.85
tkinter2Present
Function · 0.85
Calls
2
terminalName
Function · 0.85
isDarwin
Function · 0.85
Tested by
no test coverage detected