aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/error.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-05 20:27:18 +0400
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-05 20:27:18 +0400
commit52d73e8b5d82aba0ec3c1b0efd8b6b0a1ee5b5a2 (patch)
tree878a18e7edc5fb7cea2df4ad9eb39e9f1639588f /src/error.h
parentb36ff2502ae3b0e18fa862a01fba9cc2c9067e31 (diff)
downloadsciteco-52d73e8b5d82aba0ec3c1b0efd8b6b0a1ee5b5a2.tar.gz
Gtk UI: support setting and getting clipboards containing null bytes
* added TECO_ERROR_CLIPBOARD for all clipboard-related errors
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h
index 0db6caa..469d957 100644
--- a/src/error.h
+++ b/src/error.h
@@ -49,6 +49,7 @@ typedef enum {
TECO_ERROR_QREGCONTAINSNULL,
TECO_ERROR_EDITINGLOCALQREG,
TECO_ERROR_MEMLIMIT,
+ TECO_ERROR_CLIPBOARD,
/** Interrupt current operation */
TECO_ERROR_INTERRUPTED,