diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-06 06:37:07 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-11 01:52:02 +0300 |
commit | 2baa14add6d9976c29b27cf4470bb458a0198694 (patch) | |
tree | 283171a833f0a91a4c20861c452b81340ac0e0cd /src/ring.h | |
parent | ce1a2b1b428e95d300af478fb0b36ca3773f7f84 (diff) | |
download | sciteco-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |