nkzou / tera-cli

Terminal Interface for the MMORPG TERA Online.
https://nkzou.github.io/tera-cli/
MIT License
6 stars 4 forks source link

Typing in chat randomly starts doubling-up characters #11

Open nkzou opened 6 years ago

nkzou commented 6 years ago

i have absolutely no idea why. doubling up

nkzou commented 6 years ago

seems to happen when you switch to the chat tab, while already being on the chat tab.

possible fix- keep track of which tab user is currently on, and prevent swapping to the same tab

nkzou commented 6 years ago

not the problem. https://github.com/chjj/blessed/issues/109

has to do with blessed's show and hide methods. Unsure how to workaround.

nkzou commented 6 years ago

current workaround- don't hide any input boxes. kinda stupid but whatever for now.