| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
This reverts commit 8f73696d3577a2c65b040838597a1710097c5488.
|
|
|
|
| |
Map rendering uses only integer arithmetic this time.
|
|
|
|
|
| |
Otherwise BSD make just builds the binaries from the .c files directly,
ignoring the .h dependencies.
|
| |
|
| |
|
| |
|
|
|
|
| |
Having .o files depend on .h files works correctly everywhere, it seems.
|
|
|
|
|
|
|
|
|
| |
8/16 color setup adapted from chat/ui.c. termcap patch hack no longer
required. Black on black and bright black now work. Nothing will appear
bold anymore on 256-color terminals.
The keys for black have definitely always been in the help. You just
didn't notice.
|
|
|
|
| |
NetBSD has its own curses implementation and doesn't ship ncurses.
|
| |
|
|
|
|
| |
Darwin's lack of separation strikes again.
|
|
|
|
| |
And other style changes.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Insert rant about how GNU make handles the .c rule with extra
dependencies.
Also I don't care that everything links curses now.
|
|
|
|
| |
Hopefully I won't have to use it ever again.
|
|
|