From 376da1ea68879229d43704ebe70874020d0e8fd6 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 24 Feb 2025 04:04:47 +0300 Subject: fixed rubbing out `?` (help) after editing a Q-Register * Test case: @EQa// @?/EX/ -- Rubout should return you to the Q-Register view. * The test suite has been extended. Unfortunately we cannot currently directly check whether we're editing a Q-Register. But we add a magic number of characters to the Q-Register, that we can check afterwards. --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index a47a7f4..cbe1714 100644 --- a/TODO +++ b/TODO @@ -4,8 +4,9 @@ Tasks: "edit" hook. Known Bugs: - * ?^E$ does not scroll automatically - * Rubout EQ{$ ?^E$ -- Q-reg view is not restored + * ?^E$ does not scroll automatically on GTK. + This is apparently since the buffer is newly added to the ring + and the view is not yet realized. * PDCurses/WinGUI: There is still some flickering, but it got better since key macros update the command line only once. Could already be fixed upstream, see: -- cgit v1.2.3