Commit Graph

11 Commits

Author SHA1 Message Date
nikitar020 05c45c0892 Implement window manipulation CSI sequences (#256)
* Implement window manipulation CSI sequences

* Fix travis config to make gofmt only for go1.11 builds

* remove commented out functions
2019-03-13 14:16:32 +02:00
Max Risuhin 84cc84f103
[travis] Insert new line after each git log commit message to be correctly parsed by bash read command (#244) 2019-03-04 19:08:38 +02:00
Max Risuhin a5e51dbbdd Travis nightly builds from cron job (#218)
Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
2019-02-14 16:57:03 +00:00
Menno Finlay-Smits 35193b7981 Gofmt (#216)
* Added Make targets for gofmt

- `make check-gofmt` will check for files that aren't gofmt compliant
- `make gofmt` will fix any gofmt error's in Aminal's source

Vendored files are ignored.

* Add gofmt check to TravisCI checks

* Fix gofmt errors
2019-02-14 16:45:53 +00:00
Max Risuhin 16ea4133cb Run and validate vttest on Travis (#159)
* Run vttest on Travis to validate active buffer data and screenshot.

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>

* Add deps sources to vendor

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
2019-01-21 18:48:46 +00:00
Liam Galvin 0555569cbf Fix changelog formatting 2019-01-09 12:48:41 +00:00
Liam Galvin f10d612aba Fix changelog formatting 2019-01-09 12:41:07 +00:00
Liam Galvin 9c5e10ae32
Add changelog to releases (#126)
* Add changelog

* Add changelog
2019-01-07 20:34:02 +00:00
Liam Galvin 6b64af362c Fix broken API key 2019-01-07 13:24:21 +00:00
Liam Galvin 7c05f37823
Switch to travis (#125) 2019-01-07 12:34:56 +00:00
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