parent
6844f9b3fa
commit
e0da89893a
|
@ -322,7 +322,7 @@ class Hex(mode.Fundamental):
|
||||||
|
|
||||||
def get_rmargin(self, w, y, x, ended=False, cont=False):
|
def get_rmargin(self, w, y, x, ended=False, cont=False):
|
||||||
if ended:
|
if ended:
|
||||||
return ((0, '', 0),)
|
return tuple()
|
||||||
else:
|
else:
|
||||||
(cx, cy) = self.window.cursor.xy()
|
(cx, cy) = self.window.cursor.xy()
|
||||||
s = string.translate(self.window.buffer.rawdata[y], self.ctrans)
|
s = string.translate(self.window.buffer.rawdata[y], self.ctrans)
|
||||||
|
|
Loading…
Reference in New Issue