aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ring.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-06 06:37:07 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-11 01:52:02 +0300
commit2baa14add6d9976c29b27cf4470bb458a0198694 (patch)
tree283171a833f0a91a4c20861c452b81340ac0e0cd /src/ring.h
parentce1a2b1b428e95d300af478fb0b36ca3773f7f84 (diff)
downloadsciteco-2baa14add6d9976c29b27cf4470bb458a0198694.tar.gz
<EF> supports a numeric buffer id now
* ED hooks are not executed in this case * <EF> is now allowed even when editing a Q-Reg, unless you try to close the current buffer
Diffstat (limited to 'src/ring.h')
-rw-r--r--src/ring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ring.h b/src/ring.h
index 34293b9..b75846a 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -86,7 +86,7 @@ teco_ring_undo_edit(void)
teco_buffer_undo_edit(teco_ring_current);
}
-gboolean teco_ring_close(GError **error);
+gboolean teco_ring_close(teco_buffer_t *buffer, GError **error);
void teco_ring_undo_close(void);
void teco_ring_set_scintilla_undo(gboolean state);