GiTA-Client / GiTA

A desktop application that both helps students learn git and helps teaching assistants assess repositories. (No longer maintained.)
GNU General Public License v3.0
3 stars 0 forks source link

Clear typed characters before printing error #59

Closed hobindar closed 6 years ago

hobindar commented 6 years ago

Prior to this change, characters were never deleted from ptyProcess causing unpredictable behaviour after a command was blocked. Further, this change adds error printing when a command is blocked.

[#58]