- Timestamp:
- May 1, 2011, 5:29:25 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 7b4f3be
- Parents:
- 4fd211f
- git-author:
- David Benjamin <davidben@mit.edu> (04/26/11 21:07:08)
- git-committer:
- David Benjamin <davidben@mit.edu> (05/01/11 17:29:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
util.c
re56303f r9efa5bd 715 715 } 716 716 717 int owl_util_get_colorpairs(void) { 718 #ifndef NCURSES_EXT_COLORS 719 /* Without ext-color support (an ABI change), ncurses only supports 256 720 * different color pairs. However, it gives us a larger number even if your 721 * ncurses is compiled without ext-color. */ 722 return MIN(COLOR_PAIRS, 256); 723 #else 724 return COLOR_PAIRS; 725 #endif 726 } 727 717 728 gulong owl_dirty_window_on_signal(owl_window *w, gpointer sender, const gchar *detailed_signal) 718 729 {
Note: See TracChangeset
for help on using the changeset viewer.