Commit Graph

11 Commits

Author SHA1 Message Date
Olivier Philippon 25d0c0e898 [inspect] Address PR feedback on ASCII special characters' replacement with their escaped version 2022-05-27 14:56:55 +01:00
Olivier Philippon 236096ea8f [inspect] Replace ASCII special characters with their "non-special" readable version
With this we allow the following:
- Such characters will be displayed in the data returned by "rich.inspect" when they are used in docstrings
- We fix the crash that can happen in some circumstances in the `Text.divide()` method when some docstrings have such special characters
2022-05-27 14:56:55 +01:00
Darren Burns cb56ec7ebb
Setting terminal window title (#2200)
* Adding tests for setting console title

* Add Windows note

* Update changelog regarding changing terminal window title

* Add test for window title control code -> legacy windows conversion

* Fix docstring typo
2022-04-19 17:20:17 +01:00
Will McGugan 3281af6f3b auto repr 2021-06-18 20:24:05 +01:00
Will McGugan 41cc6a6ff2 added meta to Style 2021-06-17 22:31:08 +01:00
Will McGugan 6ac54d06ed fix for pretty printing classes 2021-06-16 09:04:16 +01:00
Will McGugan be5e9dca2d rich measure 2021-03-25 21:08:36 +00:00
Will McGugan 84b6f751e0 rich repr 2021-03-22 20:26:01 +00:00
Will McGugan a998f23084 replace is_control with list of control codes 2021-03-14 11:47:03 +00:00
Will McGugan 2d0276c2a1 progress improvements 2020-05-14 20:15:31 +01:00
Will McGugan ccdb2d8148 strip control codes 2020-05-12 11:15:59 +01:00