def deselect(self):
'''
Deselects this Textbox and turns off cursor visiblity.
'''
self.borderbox.bkgd(' ', curses.A_NORMAL)
self.textinpt.bkgd(' ', colors.get_colorpair(self.default_color))
curses.curs_set(0)
self.refresh()
评论列表
文章目录