genericlister.py 文件源码

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

项目:bittyband 作者: yam655 项目源码 文件源码
def move(self, x = None):
        if x is not None:
            if x < self.x1 or x >= self.x2:
                return
            self.stdscr.chgat(self.y, self.cursor, 1, curses.A_NORMAL)
            self.cursor = x
        self.stdscr.chgat(self.y, self.cursor, 1, curses.A_REVERSE)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号