We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6740a commit 5d663d9Copy full SHA for 5d663d9
src/term.rs
@@ -20,6 +20,7 @@ use libc::{STDOUT_FILENO, c_int, c_ulong, c_ushort};
20
21
/// The number of rows and columns of a terminal.
22
#[cfg(all(feature = "wrap_help", not(target_os = "windows")))]
23
+#[repr(C)]
24
struct Winsize {
25
ws_row: c_ushort,
26
ws_col: c_ushort,
0 commit comments