aboutsummaryrefslogtreecommitdiff
path: root/src/shared/messages.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 19:08:51 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 19:58:36 +0900
commit7ac00fce6f6c431f96c531179c6af3796df7e07a (patch)
treea10db125bd25c1447bb08de2ef156c010243f019 /src/shared/messages.js
parentb0d2b5328107a9a2018132938fb5a9efcd77fc50 (diff)
Show info on yanked
Diffstat (limited to 'src/shared/messages.js')
-rw-r--r--src/shared/messages.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/messages.js b/src/shared/messages.js
index bba730e..2467a67 100644
--- a/src/shared/messages.js
+++ b/src/shared/messages.js
@@ -8,6 +8,7 @@ export default {
CONSOLE_QUERY_COMPLETIONS: 'console.query.completions',
CONSOLE_SHOW_COMMAND: 'console.show.command',
CONSOLE_SHOW_ERROR: 'console.show.error',
+ CONSOLE_SHOW_INFO: 'console.show.info',
CONSOLE_HIDE_COMMAND: 'console.hide.command',
OPEN_URL: 'open.url',