File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1453,8 +1453,8 @@ def move_screen_up(current_line_start_row):
1453
1453
rows , columns ,
1454
1454
[events .pp_event (x ) for x in self .last_events if x ],
1455
1455
self .config )
1456
- arr [arr .height - last_key_box .height :arr .height ,
1457
- arr .width - last_key_box .width :arr .width ] = last_key_box
1456
+ arr [arr .height - last_key_box .height :arr .height ,
1457
+ arr .width - last_key_box .width :arr .width ] = last_key_box
1458
1458
1459
1459
if self .config .color_scheme ['background' ] not in ('d' , 'D' ):
1460
1460
for r in range (arr .height ):
@@ -1475,7 +1475,7 @@ def in_paste_mode(self):
1475
1475
1476
1476
def __repr__ (self ):
1477
1477
s = ''
1478
- s += '<' + repr (type (self ))+ '\n '
1478
+ s += '<' + repr (type (self )) + '\n '
1479
1479
s += " cursor_offset:" + repr (self .cursor_offset ) + '\n '
1480
1480
s += " num display lines:" + repr (len (self .display_lines )) + '\n '
1481
1481
s += " lines scrolled down:" + repr (self .scroll_offset ) + '\n '
You can’t perform that action at this time.
0 commit comments