This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
662d0a3ef2
v
/
vlib
/
term
/
ui
/
declarations_default.c.v
11 lines
109 B
V
Raw
Normal View
History
Unescape
Escape
Revert "Revert "term: obtain the cursor position via termios.h (#11372)"" This reverts commit 0376cbf6bdd52fd82ad4e858d6962b3ea76591ea.
2021-09-06 19:04:14 +03:00
module
ui
term, term.ui: fix a panic on !=linux unixes when running examples/term.ui/
2022-04-04 19:25:12 +03:00
pub
struct
C
.
termios
{
Revert "Revert "term: obtain the cursor position via termios.h (#11372)"" This reverts commit 0376cbf6bdd52fd82ad4e858d6962b3ea76591ea.
2021-09-06 19:04:14 +03:00
mut
:
c_iflag
int
c_oflag
int
c_cflag
int
c_lflag
int
all: byte => u8
2022-04-15 14:45:52 +03:00
c_cc
[
20
]
u8
Revert "Revert "term: obtain the cursor position via termios.h (#11372)"" This reverts commit 0376cbf6bdd52fd82ad4e858d6962b3ea76591ea.
2021-09-06 19:04:14 +03:00
}
Reference in New Issue
Copy Permalink