mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: byte => u8
This commit is contained in:
@@ -55,7 +55,7 @@ pub fn get_cursor_position() ?Coord {
|
||||
|
||||
mut x := 0
|
||||
mut y := 0
|
||||
mut stage := byte(0)
|
||||
mut stage := u8(0)
|
||||
|
||||
// ESC [ YYY `;` XXX `R`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user