vty/test
Corey O'Connor cceeeeeeb2 Resolve #76. Terminfo "clear to end of line" does not mean what I thought it means.
I though this would clear the text and current display attributes from the cursor to end of the line.
This is not the case. The display attribute is state of the output cursor and not the already
dislayed text.

This change sets the default display attributes at the end of a line as well as the start of a new
line.

This passes all the tests but will cause a regression in Yi: The display of a selection area will
not extend to the end of the screen. However, I have a branch of Yi that adds vertical splits. In
order to implement this the selection area display code needed to handle extending the image to the
end of the frame.
2015-08-08 18:14:08 -07:00
..
Verify more naming convention updates 2014-04-11 20:54:00 -07:00
BenchImageFuzz.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
benchmark.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
BenchNoDiffOpt.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
BenchRenderChar.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
BenchVerticalScroll.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
ControlTable.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
current_benchmark_results.txt clarify benchmark results tables 2014-02-02 02:21:31 -08:00
EventEcho.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
HereDoc.hs Fixup HereDoc and Verify. 2011-05-19 13:03:46 -07:00
interactive_terminal_test.hs Resolve #76. Terminfo "clear to end of line" does not mean what I thought it means. 2015-08-08 18:14:08 -07:00
Issue18.hs Add sample for #76. 2015-08-08 17:27:14 -07:00
Issue76.hs Add sample for #76. 2015-08-08 17:27:14 -07:00
Makefile change the test makefile to use O2 and the correct benchmark executable 2013-06-09 21:56:32 -07:00
MinimalExample.hs commentary update. add a minimal example. 2014-04-24 12:58:37 -07:00
Rogue.hs Rogue: document addRoom and mkLevel 2014-08-01 15:58:05 -07:00
Test2.hs adding example of Graphics.Vty.Inline to test 2009-12-28 15:32:18 -08:00
Verify.hs vty.cabal: fix test depends 2015-04-25 19:39:49 +01:00
VerifyAttributeOps.hs Implement verify_debug_terminal as Cabal test. 2012-10-07 18:26:28 -07:00
VerifyConfig.hs update tests for changes in config process 2014-08-14 15:08:44 -07:00
VerifyCropSpanGeneration.hs more naming convention updates 2014-04-11 20:54:00 -07:00
VerifyDisplayAttributes.hs convert verify_display_attributes to detailed-0.9 test suite 2012-10-07 18:33:02 -07:00
VerifyEmptyImageProps.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
VerifyEvalTerminfoCaps.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
VerifyImageOps.hs more naming convention updates 2014-04-11 20:54:00 -07:00
VerifyImageTrans.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
VerifyInline.hs more naming convention updates 2014-04-11 20:54:00 -07:00
VerifyLayersSpanGeneration.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
VerifyOutput.hs do not differentiate the terminal to use based on TERM_PROGRAM when on Mac OS X #68 2015-03-15 23:27:11 -07:00
VerifyParseTerminfoCaps.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
VerifySimpleSpanGeneration.hs more naming convention updates 2014-04-11 20:54:00 -07:00
VerifyUsingMockInput.hs update tests for changes in config process 2014-08-14 15:08:44 -07:00
VerifyUsingMockTerminal.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
VerifyUtf8Width.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
vty_inline_example.hs refactor vty to use standard naming convention. 2014-04-11 17:51:13 -07:00
vty-examples.cabal try having travis CI use cabal-install 1.20 for test compat 2014-08-14 17:37:23 -07:00
YiIssue264.hs Add sample for #76. 2015-08-08 17:27:14 -07:00