summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/view.c b/source/view.c
index 6ccb4474..1a808d54 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1999,6 +1999,11 @@ void rofi_view_clear_input ( RofiViewState *state )
}
}
+void rofi_view_ellipsize_start ( RofiViewState *state )
+{
+ listview_set_ellipsize_start ( state->list_view );
+}
+
void rofi_view_switch_mode ( RofiViewState *state, Mode *mode )
{
state->sw = mode;