Skip to content

Commit

Permalink
docs: update the documentation of the @[console] tag, add advice to u…
Browse files Browse the repository at this point in the history
…se `-subsystem windows` instead
  • Loading branch information
spytheman committed Nov 16, 2024
1 parent 1dd5f8e commit be4aec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5831,7 +5831,7 @@ fn C.DefWindowProc(hwnd int, msg int, lparam int, wparam int)
@[callconv: 'fastcall']
type FastFn = fn (int) bool
// Windows only:
// Windows only (and obsolete; instead of it, use `-subsystem windows` when compiling)
// Without this attribute all graphical apps will have the following behavior on Windows:
// If run from a console or terminal; keep the terminal open so all (e)println statements can be viewed.
// If run from e.g. Explorer, by double-click; app is opened, but no terminal is opened, and no
Expand Down

0 comments on commit be4aec8

Please sign in to comment.