Skip to content
Commit 8826c7ff authored by Adriaan de Groot's avatar Adriaan de Groot 💬
Browse files

Fix virtual_terminal.cpp build on FreeBSD

- need to shuffle some Linux includes behind an ifdef, and some
  FreeBSD ones as well
- FreeBSD has no notion of major device numbers anymore, so the
  isTty() function can't really tell. Just ignore the check --
  I'm assuming the somewhat-standard isatty() doesn't do what
  is wanted, since otherwise it would be used.
parent 33aff4fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment