Changes in / [67e5ba36:375df9c]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • util.c

    r8219374 r78a024a  
    732732  return MIN(COLOR_PAIRS, 256);
    733733#else
    734   return COLOR_PAIRS;
     734  /* TODO: Fix the rest of our code to handle color pairs past 256 and
     735   * ext-color. */
     736  return MIN(COLOR_PAIRS, 256);
    735737#endif
    736738}
Note: See TracChangeset for help on using the changeset viewer.