Gintrace 0.9.1 - Fix keyboard freeze

@fix
<> keyboard "freeze" in some menu
<> select icon RGB encode
This commit is contained in:
Yatis 2021-10-22 15:08:59 +02:00
parent bebf5bff28
commit 2cfca05f92
6 changed files with 9 additions and 6 deletions

View File

@ -39,7 +39,7 @@
#---
MAJOR := 0
MINOR := 9
PATCH := 0
PATCH := 1
EXTRAVERSION :=

12
TODO
View File

@ -3,21 +3,23 @@
* fix fx9860 support
@update
* session: add custom world in each session
* makefile: change for `mkdir build && cd build && ../configure && make`
* makefile: handle header dependencies
* makefile: handle dynamic lib generation
* makefile: generate the documentation
* context: refacto printXY() !
* hexdump: search commands
* callgraph: improve user interface.
* session: switch between multiple session
* session: add custom world in each session
@feature
* be compilent with giteapc
* switch to cmake
* add documentation
* switch to justUI
* add drivers menu
* savefile
* load saved file
* add world menu
* save tracing file
* load saved tracing file
* list color scheme on SMEM.
* disasm: set manually multiple breakpoint
* disasm: display pipeline ILP information

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Binary file not shown.

View File

@ -178,6 +178,7 @@ int menu_keyboard(struct menu_group *gmenu)
if (gmenu == NULL)
return (menu_retval_efault);
clearevents();
key = getkey().key;
if (key == KEY_0) {
gcolor_scheme_change();