指定した画数*以上*を表示したい場合は、
skk-busyu-get-char-list-internal() で
(eq stroke (if radical str tot))
となってるとこを
(if radical
(<= stroke (if radical str tot))
(eq stroke (if radical str tot)))
とかすればいけるね。
# radicalを条件に入れてるのは、「かくすう#2」みたいな場合を考えて。