jicpl-iscteiul / blacken

Automatically exported from code.google.com/p/blacken
0 stars 0 forks source link

AwtTerminalInterface is unusably broken #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to use the AwtTerminalInterface example
2. Notice that only a small region of the window appears to update

What is the expected output? What do you see instead?

I would expect the window to be minimally useable.

This broke at some point during the "let's take the CursesLikeAPI out of the 
TerminalInterface" changes. Perhaps it fixed itself. Probably not.

More to the point, I want to normalize the AwtTerminalInterface and bring it 
in-line with the primary TerminalInterface. This is sort of a precursor to 
expanding the TerminalInterface away from AWT altogether.

Original issue reported on code.google.com by yam...@gmail.com on 2 Aug 2012 at 2:25

GoogleCodeExporter commented 8 years ago
The key benefit of having this was initially to more easily test keyboard 
input. With easy logging that's no longer a concern, though.

Original comment by yam...@gmail.com on 2 Aug 2012 at 2:27