Skip to content

Commit

Permalink
Merge pull request #3294 from davep/fix-print-console-location
Browse files Browse the repository at this point in the history
Ensure that `print` reports the correct location in console
  • Loading branch information
davep authored Oct 5, 2023
2 parents 864d671 + 500857b commit 3aaecd3
Show file tree
Hide file tree
Showing 5 changed files with 1,313 additions and 1,405 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- `Pilot.click`/`Pilot.hover` can't use `Screen` as a selector https://github.com/Textualize/textual/issues/3395
- App exception when a `Tree` is initialized/mounted with `disabled=True` https://github.com/Textualize/textual/issues/3407
- Fixed `print` locations not being correctly reported in `textual console` https://github.com/Textualize/textual/issues/3237
- Fix location of IME and emoji popups https://github.com/Textualize/textual/pull/3408
- Fixed application freeze when pasting an emoji into an application on Windows https://github.com/Textualize/textual/issues/3178
- Fixed duplicate option ID handling in the `OptionList` https://github.com/Textualize/textual/issues/3455
Expand Down
Loading

0 comments on commit 3aaecd3

Please sign in to comment.