Remove the buf_toggled callback

This commit is contained in:
Kovid Goyal
2017-09-16 16:31:29 +05:30
parent 7b1576d960
commit 9cd146fe3e
3 changed files with 1 additions and 7 deletions

View File

@@ -30,16 +30,12 @@ class Callbacks:
def request_capabilities(self, q):
self.qbuf += q
def buf_toggled(self, is_alt):
self.is_alt = is_alt
def use_utf8(self, on):
self.iutf8 = on
def clear(self):
self.wtcbuf = b''
self.iconbuf = self.titlebuf = self.colorbuf = self.qbuf = self.ctbuf = ''
self.is_alt = False
self.iutf8 = True