@@ -369,7 +369,7 @@ Fixes:
369369
370370Fixes:
371371- Fixed a race condition in `ThreadedHistory` that happens when continuously
372- pasting input text (which would continously repopulate the history).
372+ pasting input text (which would continuously repopulate the history).
373373- Move cursor key mode resetting (for vt100 terminals) to the renderer. (Mostly
374374 cleanup).
375375
@@ -451,7 +451,7 @@ Other changes:
451451
452452Fixes:
453453- Bugfix in shift-selection key bindings.
454- - Fix hight calculation of `FormattedTextControl` when line wrapping is turned
454+ - Fix height calculation of `FormattedTextControl` when line wrapping is turned
455455 on.
456456- Fixes for SSH server:
457457 * Missing encoding property.
@@ -615,7 +615,7 @@ Bug fixes:
615615Bug fixes:
616616- Fixes the issue where changes made to the buffer in the accept handler were
617617 not reflected in the history.
618- - Fix in the application invalidate handler. This prevents a significat slow
618+ - Fix in the application invalidate handler. This prevents a significant slow
619619 down in some applications after some time (especially if there is a refresh
620620 interval).
621621- Make `print_container` utility work if the input is not a pty.
@@ -882,7 +882,7 @@ Changes:
882882 of the content. `TokenListControl` (renamed to `FormattedTextControl`) does
883883 not have an alignment argument anymore.
884884 * All container objects, like `Window`, got a `style` argument. The style for
885- parent containers propagate to child containers, but can be overriden .
885+ parent containers propagate to child containers, but can be overridden .
886886 This is in particular useful for setting a background color.
887887 * `FillControl` does not exist anymore. Use the `style` and `char` arguments
888888 of the `Window` class instead.
0 commit comments