This website works better with JavaScript
Home
Explore
Help
Sign In
DragonOS-Community
/
Held
mirror of
https://github.com/DragonOS-Community/Held.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
refactor
Branches
Tags
fslongjin-patch-1
master
patch-init
refactor
Held
/
held_core
/
src
/
interface
/
terminal.rs
terminal.rs
78 B
Permalink
History
Raw
1
2
3
4
pub trait TerminalInfo {
fn width() -> usize;
fn height() -> usize;
}