You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Merkle UI uses blessed for displaying console textboxes.
The interface may easily run into a known issue where on entering any character at a textbox,
the same character is echoed twice at the interface. Apparently the issue arises because of how focus is tracked in blessed.
The same problem is reported in other projects. See here.
The text was updated successfully, but these errors were encountered:
The Merkle UI uses blessed for displaying console textboxes.
The interface may easily run into a known issue where on entering any character at a textbox,
the same character is echoed twice at the interface. Apparently the issue arises because of how focus is tracked in blessed.
The same problem is reported in other projects. See here.
The text was updated successfully, but these errors were encountered: