Skip to content

Commit

Permalink
More notes about windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Quast committed Oct 18, 2019
1 parent c71ce07 commit 4d86380
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
7 changes: 3 additions & 4 deletions docs/further.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@ Here are some recommended readings to help you along:

The TTY driver is a great introduction to Kernel and Systems programming,
because familiar components may be discovered and experimented with. It is
available on all operating systems (except windows), and because of its
critical nature, examples of efficient file I/O, character buffers (often
implemented as "ring buffers") and even fine-grained kernel locking can be
found.
available on all operating systems, and because of its critical nature, examples of
efficient file I/O, character buffers (often implemented as "ring buffers") and even
fine-grained kernel locking can be found.

- `Thomas E. Dickey <http://invisible-island.net/>`_ has been maintaining
`xterm <http://invisible-island.net/xterm/xterm.html>`_, as well as a
Expand Down
2 changes: 1 addition & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version History
===============
1.16
* Windows support?! :ghissue:`110`
* Windows support?! :ghissue:`110` by :ghuser:`avylove`.

1.15
* disable timing integration tests for keyboard routines.
Expand Down
14 changes: 4 additions & 10 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ Brief Overview
* Allows the printable length of strings containing sequences to be
determined.

Blessed **does not** provide...

* Windows command prompt support. A PDCurses_ build of python for windows
provides only partial support at this time -- there are plans to merge with
the ansi_ module in concert with colorama_ to resolve this. `Patches
welcome <https://github.com/jquast/blessed/issues/18>`_!


Before And After
----------------

Expand Down Expand Up @@ -132,8 +124,10 @@ The same program with *Blessed* is simply:
Requirements
------------

*Blessed* is tested with Python 2.7, 3.4, and 3.5 on Debian Linux, Mac, and
FreeBSD.
*Blessed* is tested with Python 2.7, 3.4, 3.5, 3.6, and 3.7 on Linux, Mac, and
FreeBSD. Windows support was just added in October 2019, thanks to kind
contributions from :ghuser:`avylove`, give it a try, and please report any
strange issues!

Further Documentation
---------------------
Expand Down

0 comments on commit 4d86380

Please sign in to comment.