summaryrefslogtreecommitdiffstats
path: root/osdep/terminal.h
Commit message (Collapse)AuthorAgeFilesLines
* terminal: abstract terminal color handlingwm42013-12-201-3/+11
| | | | | | | | Instead of making msg.c an ifdef hell for unix vs. windows code, move the code to separate functions defined in terminal-unix.c/terminal- win.c. Drop the code that selects random colors for --msgmodule prefixes.
* Rename getch2....c/h to terminal....c/hwm42013-12-191-0/+63
"getch2" really tells nothing about what the heck this code does. It'd be even worse when moving the rest of terminal handling code there.