]> git.ipfire.org Git - thirdparty/mtr.git/commit
curses: convert magic numbers to an enum list
authorSami Kerola <kerolasa@iki.fi>
Sat, 8 Oct 2016 22:24:46 +0000 (23:24 +0100)
committerSami Kerola <kerolasa@iki.fi>
Tue, 11 Oct 2016 18:29:20 +0000 (19:29 +0100)
commite6712e5c6b0d66c5cddebe61534ff73a3876585b
tree953e87b6f8efab8068da802c60daddee33b40a70
parent64d2702a99a686b5bcc525e22757a2eb112fc51e
curses: convert magic numbers to an enum list

This improves readability.  It is eaasier to read what is the color rather
refer a lookup map near by.
curses.c