mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: remove some tests from skip_with_werror in v test-self
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
module readline
|
||||
|
||||
// Termios stores the terminal options on Linux.
|
||||
struct C.termios {}
|
||||
|
||||
struct Termios {
|
||||
mut:
|
||||
c_iflag int
|
||||
@@ -32,7 +34,7 @@ mut:
|
||||
is_raw bool
|
||||
orig_termios Termios // Linux
|
||||
current ustring // Line being edited
|
||||
cursor int // Cursor position
|
||||
cursor int // Cursor position
|
||||
overwrite bool
|
||||
cursor_row_offset int
|
||||
prompt string
|
||||
|
||||
Reference in New Issue
Block a user