diff options
author | Wolfgang Müller | 2021-06-22 20:15:26 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-22 20:18:13 +0200 |
commit | 20c7bc5cdf540094640a18f59ebb4a71bf118ea1 (patch) | |
tree | da0b583f8a01c8b0d91413938e2ec4426ffcc316 | |
parent | 5987cb0575e0b1996578ae72aba90a15f80223db (diff) | |
download | weltschmerz-20c7bc5cdf540094640a18f59ebb4a71bf118ea1.tar.gz |
Update TODO with relevant info on issues with GtkScrolledWindow
Diffstat (limited to '')
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -22,8 +22,8 @@ - Upstream VTE indicates [1] [2] [3] that VteTerminal is incompatible with GtkScrolledWindow. weltschmerz has been using the latter since its launch, - but has yet to run into any problem with it. Depending on how GTK/VTE will - handle outstanding issues [4] [5], we might have to take action in the + but has yet to run into any problem with it [*]. Depending on how GTK/VTE + will handle outstanding issues [4] [5], we might have to take action in the future. Bug reports or comments regarding this are appreciated. Note: A cursory check revealed that at least one other VTE-based emulator, @@ -31,6 +31,10 @@ implementation for gnome-terminal is planned too, but work seems to have stalled. + * As of 2021-06-19 this is generally not true anymore. GtkScrolledWindow + seems to exhibit issues when overlay scrolling is off. + See commits ff27c3d and 89f8571 for in-depth information. + [1] https://developer.gnome.org/vte/unstable/VteTerminal.html (see #Description) [2] https://gitlab.gnome.org/GNOME/vte/issues/11#note_264921 [3] https://bugzilla.gnome.org/show_bug.cgi?id=733210#c2 |