File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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):
14531453 rows , columns ,
14541454 [events .pp_event (x ) for x in self .last_events if x ],
14551455 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
14581458
14591459 if self .config .color_scheme ['background' ] not in ('d' , 'D' ):
14601460 for r in range (arr .height ):
@@ -1475,7 +1475,7 @@ def in_paste_mode(self):
14751475
14761476 def __repr__ (self ):
14771477 s = ''
1478- s += '<' + repr (type (self ))+ '\n '
1478+ s += '<' + repr (type (self )) + '\n '
14791479 s += " cursor_offset:" + repr (self .cursor_offset ) + '\n '
14801480 s += " num display lines:" + repr (len (self .display_lines )) + '\n '
14811481 s += " lines scrolled down:" + repr (self .scroll_offset ) + '\n '
You can’t perform that action at this time.
0 commit comments