def deselect(self): self.borderbox.bkgd(' ', curses.A_NORMAL) self.textinpt.bkgd(' ', colors.get_colorpair(self.default_color)) self.refresh()