<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tests/test_ansi.py, branch silence_startup_script</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 support for ANSI styles and newlines in tab completion results</title>
<updated>2021-03-02T18:49:28+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-02T18:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=2ab91a81787aff9c0ecc8426a83be5a00a6e2e6b'/>
<id>2ab91a81787aff9c0ecc8426a83be5a00a6e2e6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add in isort changes</title>
<updated>2021-02-01T04:24:47+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-01T04:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4'/>
<id>9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add black for automatic code format</title>
<updated>2021-02-01T03:29:57+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2021-02-01T03:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f456b802754c3d1095b488d670bebba21018d823'/>
<id>f456b802754c3d1095b488d670bebba21018d823</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
