Skip to content

Commit

Permalink
Better names
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jul 28, 2021
1 parent 7c06313 commit a22404a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kittens/tui/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ class GraphicsCommand:
h = height = Alias(0)
X = cell_x_offset = blend_mode = Alias(0)
Y = cell_y_offset = bgcolor = Alias(0)
c = columns = other_frame_number = source_frame = Alias(0)
r = rows = frame_number = edited_frame = Alias(0)
c = columns = other_frame_number = dest_frame = Alias(0)
r = rows = frame_number = source_frame = Alias(0)
z = z_index = gap = Alias(0)
C = cursor_movement = compose_mode = Alias(cast(GRT_C, 0))
d = delete_action = Alias(cast(GRT_d, 'a'))
Expand Down

0 comments on commit a22404a

Please sign in to comment.