aminal/terminal
Max Risuhin a8ed9d472e Windows support and enhancements. (#123)
*  Windows support and enhancements.

 - Added basic platform abstraction layer for Pty and Process creation;
 - Added "platform" package that exposes a few interfaces and provides implementations for different platforms;
 - Windows build and dev env setup instructions;
 - Setup Travis and deploy git tags to GItHub releases;
 - Window scaling awares of monitor's dpi;
 - Resolved memory leaks on window resizing;
 - Default limit for terminal's buffer length.

Co-authored-by: nikitar020 <nikitar020@mail.ru>
Co-authored-by: Max Risuhin <risuhin.max@gmail.com>
Co-authored-by: Roman Shevchenko <rrrooommmaaa@mail.ru>

* ReadMe updated with Windows support; Detecting of currently used monitor.
2019-01-07 12:00:08 +00:00
..
ansi.go sixel working 2018-10-27 22:06:26 +01:00
csi.go Add support for CSI ICH (@) 2018-11-24 21:56:48 +00:00
delete.go bleurgh 2018-08-06 17:53:27 +01:00
modes.go add bracketed paste mode support 2018-10-23 15:10:58 +01:00
osc.go Windows support and enhancements. (#123) 2019-01-07 12:00:08 +00:00
output.go more efficient text rendering and streamlining of output handling 2018-12-01 22:09:20 +00:00
sgr.go Adding missing DL CIS handler 2018-11-15 11:33:35 +00:00
sixel.go Windows support and enhancements. (#123) 2019-01-07 12:00:08 +00:00
terminal.go Windows support and enhancements. (#123) 2019-01-07 12:00:08 +00:00