[konsole] [Bug 456354] New text writes on top of sixel image instead of erasing part of the image

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Tue Jul 5 16:04:33 BST 2022


https://bugs.kde.org/show_bug.cgi?id=456354

--- Comment #1 from badnam3o.0 at gmail.com ---
Explanation for the example script:
```
#!/bin/sh
clear

# move cursor to position (2, 2)
printf '\x1b[2;2H'
# print a purple rectangle using SIXEL
printf
'\x1bP0;1;0q#0;2;50;49;99#0!255~-#0!255~-#0!255~-#0!255~-#0!255~-#0!255~-#0!255~-#0!255~-\x1b\\'

# move cursor back to position (2, 2)
printf '\x1b[2;2H'
# write some text
printf 'Sample Text Here'

printf '\n\n'
```

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list