Changeset b4b5f6a4 in mainline for kernel/generic/src/console

Timestamp:
2021-09-26T07:15:58Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f910b7
Parents:
8e253ac
Message:

Go To Line dialog

Need to restore cursor after closing dialog. This is not how it should
be done. Either the cursor should be restored by pane activation
handler (so we still treat cursor as a global resource and the
individual controls need to responsibly manage it), or, the UI library
should somehow virtualize it, e.g. each window would remember its
cursor state and cursor would be automatically updated when a different
window is activated.

(No files)

Note: See TracChangeset for help on using the changeset viewer.