-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ui_draw_str.c: draw_picture() doesn't clear the background
if ui_inline_picture_t::transparent is 1. * ui_virtual_kbd.c, ui_sb_view.h, pixmap_engine.c: Fix with the modification of ui_imagelib_load_file(). * vt_parser.[ch], ui_screen.c, ui_screen_manager.c, vterm.c: Add 'transparent' to vt_xterm_event_listener_t::get_picture_data(). * ui_picture.[ch]: Add 'transparent' to ui_inline_picture_t. * ui_imagelib.h, */ui_imagelib.c: Add 'transparent' to arguments of ui_imagelib_load_file(). * c_sixel.c: load_sixel_from_{data|file}() check whether P2 is 1 or not and return it by 'transparent' argument.
- Loading branch information
Showing
23 changed files
with
272 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.