mptre / pick

A fuzzy search tool for the command-line
MIT License
814 stars 42 forks source link

Fix build on illumos/Solaris #289

Closed ghost closed 6 years ago

ghost commented 6 years ago

... there are still some warnings because of their system curses ... but it compiles and works!

termios.h is needed in pick-test.c for TIOCSWINSZ, but the call fails with EINVAL, which seems to be a known bug: by ignoring the error most tests passed (only key-alt-enter.t and key-enter.t timed out) ...

/bin/sh is ksh93 there: no local-keyword, diff does not support the -L option ...

mptre commented 6 years ago

Thanks, committed in 2a5e047.