aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-02-24 04:04:47 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-02-24 04:04:47 +0300
commit376da1ea68879229d43704ebe70874020d0e8fd6 (patch)
tree9439709306f26395949c173287220b78697448a4 /TODO
parent00dd53661570996c637d0d4b28188427e04f22bc (diff)
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
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: