summaryrefslogtreecommitdiff
path: root/textscreen/txt_strut.c
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_strut.c')
-rw-r--r--textscreen/txt_strut.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_strut.c b/textscreen/txt_strut.c
index 48fe8fa8..a3fb9084 100644
--- a/textscreen/txt_strut.c
+++ b/textscreen/txt_strut.c
@@ -50,6 +50,7 @@ static void TXT_StrutDestructor(TXT_UNCAST_ARG(strut))
static int TXT_StrutKeyPress(TXT_UNCAST_ARG(strut), int key)
{
+ return 0;
}
txt_widget_class_t txt_strut_class =