Added TermboxScreen.ClearLine().
[pstop.git] / BUGS
1 Bugs
2 ----
3
4 See also NEW_FEATURES for things which probably need adding soon.
5
6 1. Show the binlogs completely and match them properly
7 by looking at the pattern defined in the server. Currently I'm using
8 hard-coded stuff which matches personal usage.
9
10 2. Latency issues over slow connections. Perhaps I should use
11 compressed connection to speed things up, but that is not possible
12 at the moment. See https://github.com/go-sql-driver/mysql/issues/24
13 for more details.