nx_browser_demo_multiline.nx
buildroot/runtime/nx_browser_demo_multiline.nx
about
nx_browser_demo_multiline.nx -- visible demo proving newline-aware
text rendering. Paints "HELLO\nWORLD" via the extended
nx_paint_text (which now interprets byte 10 / '\n' as a line
break, resetting x to base and advancing y by the cell height).
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_css_color_decode.nxnx_paint_solid_rect.nxnx_paint_text.nxnx_paint_fb_ascii_dump.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 11 | const K_MAGIC_1024: i64 = 1024 |
functions
| 13 | func _put_byte(buf: *u8, i: i64, v: i64) -> i64 called by 1: main |
| 18 | func main() -> i64 |