Skip to content

Commit

Permalink
Fix terminal window size for DragonFly
Browse files Browse the repository at this point in the history
  • Loading branch information
mneumann committed Jun 17, 2015
1 parent a0105b9 commit 9601884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/term.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mod c {
#[cfg(any(target_os = "linux", target_os = "android"))]
static TIOCGWINSZ: c_ulong = 0x5413;

#[cfg(any(target_os = "macos", target_os = "ios"))]
#[cfg(any(target_os = "macos", target_os = "ios", target_os = "dragonfly"))]
static TIOCGWINSZ: c_ulong = 0x40087468;

extern {
Expand Down

0 comments on commit 9601884

Please sign in to comment.