aminal/gui
rrrooommmaaa 9c60167ca8 Vttest (#162)
* Correct handling of DeviceAttributes request

* added DECCOLM support

* added DECALN control sequence support

* added NEL support

* bug fix: Erase To Cursor should be inclusive

* added support for 'Origin Mode' (DECOM) -- top/bottom margins only

* vttest test 1 screen 3: margin tests fixes

* added support for intermediate controls inside CSI sequence

* added support for LNM (Line Feed/New Line Mode)

* removed obsolete 'intermediate' parameter

* window resize on programmatic CSI resize

* DECCOLM should clear screen on both set and reset

* bug fix in autowrap mode

* TestCursorMovement runs all test cases; screen template images updated

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

* bug fix: line mode messing with autowrap

* added ResetVerticalMargins() method

* IsAutoWrap(), IsNewLineMode()

* corrected DECALN

* fixed NEL to work in Line Feed mode

* tyding up: removed map of 1 element
2019-01-24 13:03:47 +00:00
..
packed-fonts Fixed render issues with cached rectangles and fixed powerline font rendering 2018-11-23 17:01:50 +00:00
vendor/github.com Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
a_gui-packr.go fixed broken packr 2018-12-01 22:32:55 +00:00
actions.go Made search engine configurable 2018-11-28 20:01:54 +00:00
darwin_opengl.go Add another workaround for darwin SDL blank window bug 2018-12-05 13:27:13 +02:00
explain.go more efficient text rendering and streamlining of output handling 2018-12-01 22:09:20 +00:00
fontmap.go Changes to minimize memory allocations and to ensure OpenGL objects cleanup (#148) 2019-01-14 20:50:03 +00:00
fonts.go Changes to minimize memory allocations and to ensure OpenGL objects cleanup (#148) 2019-01-14 20:50:03 +00:00
gui.go Vttest (#162) 2019-01-24 13:03:47 +00:00
input.go Vttest (#162) 2019-01-24 13:03:47 +00:00
mouse.go Bug: mouse cursors leaks (#136) 2019-01-10 18:58:30 +00:00
opengl.go Add another workaround for darwin SDL blank window bug 2018-12-05 13:27:13 +02:00
overlays.go colour hinting 2018-11-25 11:06:05 +00:00
renderer.go Vttest (#162) 2019-01-24 13:03:47 +00:00
shaders.go gofmt everythign 2018-11-29 13:04:47 +00:00
textbox.go In order to cope with high memory consumption, remove the 'rectangles' member from OpenGLRenderer structure (#152) 2019-01-17 12:18:31 +00:00