Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable ncurses raw mode | Max Kellermann | 2008-10-06 | 1 | -5/+0 |
| | | | | | We're better off doing our own signal handling, instead of switching ncurses to raw mode. Anyway, it was commented out and didn't work... | ||||
* | colors: make color support optional at compile time | Max Kellermann | 2008-10-03 | 1 | -0/+11 |
| | | | | | Default is colors disabled. Those who love colorful terminals have the option to enable it with --enable-colors. | ||||
* | screen: moved code to ncu.c | Max Kellermann | 2008-09-22 | 1 | -0/+59 |
Moved basic libncurses initialization to ncu.c and ncu.h. Keep generic code out of screen.c. |