summaryrefslogtreecommitdiffstats
path: root/include/textbox.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-10 13:10:44 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-10 13:10:44 +0100
commit13810d591177c22340a6bcd2a9c8b631a0a7bf5a (patch)
treef1b23c0137b7173d1691090cc37cddc4bafcab59 /include/textbox.h
parentc6a9de8c4a1dd9fb5c179ff323f0508f72974b9e (diff)
Add experimental 'password' mode. (#315)
Diffstat (limited to 'include/textbox.h')
-rw-r--r--include/textbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/textbox.h b/include/textbox.h
index 7c744b14..fe59b02a 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -48,6 +48,7 @@ typedef enum
TB_EDITABLE = 1 << 19,
TB_MARKUP = 1 << 20,
TB_WRAP = 1 << 21,
+ TB_PASSWORD = 1 << 22,
} TextboxFlags;
typedef enum