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