Gregory Nutt
|
dd35a7cacc
|
apps/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
|
2019-05-21 19:08:12 -06:00 |
|
Ken Pettit
|
b285dd9b68
|
Perform a bounds check to fix a random Termcurses crash that I haven't been able to track down. The result of of the subtraction for priv->keycount should never be negative, but I think sometimes it is, so better to catch it and avoid a crash until I can track it down.
|
2019-01-16 18:22:16 -06:00 |
|
Ken Pettit
|
fcd15d8786
|
apps/system/termcurses: Addition of termcurses libraries in apps/system/termcurses
|
2019-01-05 12:40:26 -06:00 |
|