Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

- Fixed `Input` cursor color display in ANSI mode (`ansi_color=True`) https://github.com/Textualize/textual/issues/6234
- Fixed alt modifier on systems without extended Key Protocol https://github.com/Textualize/textual/pull/6267
- Fixed an issue where alpha keys with modifiers weren't lower cased. If you have bound to something like `ctrl+A`, then change to `ctrl+shift+a` https://github.com/Textualize/textual/pull/6267
- Fixed exception when setting `loading` attribute before mount https://github.com/Textualize/textual/pull/6268
Expand Down
3 changes: 2 additions & 1 deletion src/textual/widgets/_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ class Input(ScrollView):
background: ansi_default;
color: ansi_default;
&>.input--cursor {
text-style: reverse;
background: ansi_white;
color: ansi_black;
}
&>.input--placeholder, &>.input--suggestion {
text-style: dim;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.