def init_head(self):
name = "Slacky (github.com/mathiasbc)"
middle_pos = int(self.maxX/2 - len(name)/2)
self.head_win.addstr(0, middle_pos, name, curses.color_pair(2))
self.head_win.bkgd(' ', curses.color_pair(7))
self.head_win.noutrefresh()
评论列表
文章目录