aminal/terminal
rrrooommmaaa 4e7b8b40e7 Vttest (#173)
* 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

* Terminal state moved out from buffer

* fix
2019-01-25 22:43:56 +00:00
..
ansi.go Vttest (#162) 2019-01-24 13:03:47 +00:00
csi.go Vttest (#173) 2019-01-25 22:43:56 +00:00
delete.go bleurgh 2018-08-06 17:53:27 +01:00
modes.go Vttest (#173) 2019-01-25 22:43:56 +00:00
osc.go Windows support and enhancements. (#123) 2019-01-07 12:00:08 +00:00
output.go Vttest (#162) 2019-01-24 13:03:47 +00:00
scr_state.go Vttest (#173) 2019-01-25 22:43:56 +00:00
sgr.go Vttest (#162) 2019-01-24 13:03:47 +00:00
sixel.go Sixel Part 2. Ignore embedded by Windows CSI and OSC sequences. (#132) 2019-01-10 14:09:32 +00:00
terminal.go Vttest (#173) 2019-01-25 22:43:56 +00:00