mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Add support for placement id to GraphicsCommand
This commit is contained in:
parent
b5e704a934
commit
f52c843fa2
2 changed files with 15 additions and 10 deletions
|
|
@ -338,8 +338,8 @@ class DiffHandler(Handler):
|
|||
if candidate.image.image_id == image_id:
|
||||
q = self.xpos_for_image(row, candidate, is_left)
|
||||
if q is not None:
|
||||
pl['x'] = q[0]
|
||||
pl['y'] = row
|
||||
pl.x = q[0]
|
||||
pl.y = row
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue