summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.h
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2017-03-26 20:29:10 +0300
committerwm4 <wm4@nowhere>2017-03-26 19:58:51 +0200
commitafbd657bb8e955accf8022c96e867973c1fb0a41 (patch)
tree5a69d480206715caf730263a384916fac5367582 /input/cmd_list.h
parent6573b73462e336da0daca845ba4df02782afc2b6 (diff)
downloadmpv-afbd657bb8e955accf8022c96e867973c1fb0a41.tar.bz2
mpv-afbd657bb8e955accf8022c96e867973c1fb0a41.tar.xz
command: add expand-text command to property-expand a string
Diffstat (limited to 'input/cmd_list.h')
-rw-r--r--input/cmd_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/cmd_list.h b/input/cmd_list.h
index 1c2330b589..404df462f4 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -67,6 +67,7 @@ enum mp_command_type {
MP_CMD_SET,
MP_CMD_PRINT_TEXT,
MP_CMD_SHOW_TEXT,
+ MP_CMD_EXPAND_TEXT,
MP_CMD_SHOW_PROGRESS,
MP_CMD_ADD,
MP_CMD_CYCLE,