cryptop.py 文件源码

python
阅读 33 收藏 0 点赞 0 评论 0

项目:cryptop 作者: huwwp 项目源码 文件源码
def conf_scr():
    '''Configure the screen and colors/etc'''
    curses.curs_set(0)
    curses.start_color()
    curses.use_default_colors()
    text, banner, banner_text, background = get_theme_colors()
    curses.init_pair(2, text, background)
    curses.init_pair(3, banner_text, banner)
    curses.halfdelay(10)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号