<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests/test_ansi.py, branch misc</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Added unit test for ColorBase.colors()</title>
<updated>2020-02-07T19:27:26+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-02-07T19:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=c4a2882235857e4912a59823fb595970079728f7'/>
<id>c4a2882235857e4912a59823fb595970079728f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added __str__() back to ColorBase for more flexibility in its usage</title>
<updated>2020-02-07T18:08:35+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-02-07T18:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=0d7d533f9077fcd422d8192dc675f4a2f8f32cbb'/>
<id>0d7d533f9077fcd422d8192dc675f4a2f8f32cbb</id>
<content type='text'>
Updated documentation and added unit tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated documentation and added unit tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary methods from fg and bg color enums</title>
<updated>2020-02-07T11:12:14+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-02-07T11:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=09aeb21dbdbc7b6016daa3d9ee277d7050abb7d4'/>
<id>09aeb21dbdbc7b6016daa3d9ee277d7050abb7d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Having two parallel datastructures each for foreground and background colors felt really clunky - now we just have one</title>
<updated>2020-02-07T03:50:00+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-02-07T03:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e66dc6f7078e1d4928ef58ccf48f4718b61d8c35'/>
<id>e66dc6f7078e1d4928ef58ccf48f4718b61d8c35</id>
<content type='text'>
The Enum classes are now smart and deal with it all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Enum classes are now smart and deal with it all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background colors which style() can now optionally use</title>
<updated>2020-02-07T02:28:06+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-02-07T02:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ede9f3e77a59281a442227ed9b4b92e62e85d2b9'/>
<id>ede9f3e77a59281a442227ed9b4b92e62e85d2b9</id>
<content type='text'>
This is to make it easier to autocomplete color names in an IDE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to make it easier to autocomplete color names in an IDE
</pre>
</div>
</content>
</entry>
<entry>
<title>Added dim text style support</title>
<updated>2020-01-07T18:07:03+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2020-01-07T18:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f970c16756803ad8c03c5e544f09acd4431d8b16'/>
<id>f970c16756803ad8c03c5e544f09acd4431d8b16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed ansi_safe_wcswidth() to style_aware_wcswidth()</title>
<updated>2019-12-19T22:00:29+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-12-19T22:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=b0e5aabad9c902ee5d664bf58885245060114f61'/>
<id>b0e5aabad9c902ee5d664bf58885245060114f61</id>
<content type='text'>
Renamed ansi_aware_write() to style_aware_write()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renamed ansi_aware_write() to style_aware_write()
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed allow_ansi to allow_style for accuracy in what types of ANSI escape sequences are handled</title>
<updated>2019-12-19T21:04:06+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-12-19T21:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=801bab847341fb9a35d10f1d0b4a629a4fc8f14c'/>
<id>801bab847341fb9a35d10f1d0b4a629a4fc8f14c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace and doc fixes</title>
<updated>2019-07-01T05:22:03+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-07-01T05:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ef3eb96e99d0a04a2034f7815ed4bbc6d3838a42'/>
<id>ef3eb96e99d0a04a2034f7815ed4bbc6d3838a42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified async_alert_str to also get passed the number of terminal columns and added unit tests for it</title>
<updated>2019-07-01T04:34:07+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-07-01T04:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=031f2626e63708e4a7334826167a97d56fa29fdb'/>
<id>031f2626e63708e4a7334826167a97d56fa29fdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
