forked from saitoha/tff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
28 lines (16 loc) · 760 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2014-02-1 Hayaki Saito <[email protected]>
* Improve performance during processing DCS/OSC
2013-11-5 Hayaki Saito <[email protected]>
* Pass through ESC + \x20-\x2f key input sequence with time out mechanism
2013-11-5 Hayaki Saito <[email protected]>
* Add some C implementation classes
2013-2-2 Hayaki Saito <[email protected]>
* PEP-8 compatible style fix
2012-12-7 Hayaki Saito <[email protected]>
* Fix parsing logic for string control sequenses
2012-11-25 Hayaki Saito <[email protected]>
* Fix for -onlcr environment issue (reported by @uobikiemukot)
* Fix ISO-2022 designation sequense parsing error (reported by @na4zagin3)
* Add buffering option
* Support surrogate pair
* Ignore unicode decoding error (do fall over decoding)