ncurses.py 文件源码

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

项目:isar 作者: ilbers 项目源码 文件源码
def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ):
            NCursesUI.Window.__init__( self, x+1, y+3, width-2, height-4, fg, bg )
            self.decoration = NCursesUI.Window( x, y, width, height, fg, bg )
            self.decoration.setBoxed()
            self.decoration.win.hline( 2, 1, curses.ACS_HLINE, width-2 )
            self.setTitle( title )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号