also check for text cell size
[fanfix.git] / src / jexer / backend / ECMA48Terminal.java
2019-08-28 Kevin Lamontealso check for text cell size
2019-08-28 Kevin Lamonte#55 restore default attributes on exit
2019-08-17 Kevin LamonteExpose system colors
2019-08-13 Kevin Lamonte#35 try to emit raw CJK
2019-08-13 Kevin Lamonte#35 oops
2019-08-11 Kevin Lamonteexpose sixel palette size
2019-08-08 Kevin Lamontecjk support wip
2019-08-08 Kevin LamonteAdd extra debugging for outofbounds exception
2019-08-06 Kevin Lamonte#35 CJK WIP
2019-08-04 Kevin LamonteRemove timage list
2019-08-04 Kevin LamonteRLE for sixel backend
2019-08-04 Kevin LamonteTTerminalWindow sixel support wip
2019-03-02 Kevin Lamonte#38 multiple backend disconencts
2019-03-02 Kevin Lamonte#38 notify backend of lost connection, version bump...
2019-02-28 Kevin Lamonte#38 oops
2019-02-28 Kevin Lamonte#38 exit if there was an error writing to the socket
2019-02-26 Kevin Lamonteblack-and-white palette support
2019-02-21 Kevin Lamontemisc cleanup
2019-02-18 Kevin Lamonteretrofit from gjexer
2019-02-12 Kevin Lamontehidden mouse pointer support
2018-11-22 Kevin Lamontemisc fixes
2018-10-22 Kevin LamontePrep for 2019 release
2018-04-07 Kevin Lamonte#29 avoid potential NPE
2017-12-15 Kevin LamonteMany changes:
2017-12-03 Kevin LamonteMerge branch 'master' of https://github.com/klamonte...
2017-12-03 Kevin LamontePMD code sweep, #6 don't add MyWindow twice to MyApplic...
2017-08-26 Kevin LamonteExpose width/height in TApplication constructor, attemp...
2017-08-17 Kevin Lamonte#18 repaint after screen resize
2017-08-16 Kevin Lamonte#18 move to event-driven main loop
2017-08-15 Kevin LamonteBug fixes
2017-08-08 Kevin LamonteTWindowBackend
2017-08-07 Kevin LamonteMultiBackend and MultiScreen
2017-08-07 Kevin Lamonte#16 Refactor Swing backend, demo of multiple TApplicati...