index
:
akiba
main
Drifting from abyss towards the infinite!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirai.old
/
common
/
limits
/
vga.zig
blob: 556a3cba50d4a901511b97e980e5553837b4dc97 (
plain
)
1
2
3
4
//! VGA limits
pub
const
WIDTH
:
usize
=
80
;
pub
const
HEIGHT
:
usize
=
25
;