aboutsummaryrefslogtreecommitdiff
path: root/ui/curses/ui_vars.py
blob: 54f62e398f6de6d33a3893e8472906f95ebebd46 (plain)
1
2
3
4
5
class UIVars:
    def __init__(self, _):
        self.includes = {"curses.h", "locale.h", "time.h"}
        self.defines = {"-DNCURSES_WIDECHAR=1"}
        self.links = {"-lncurses"}