aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar jianjun <justmao945@gmail.com>2014-07-14 23:34:15 +0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-08-02 12:57:38 -0700
commit87abcecca605397fb0e21567de40bc7592c374ac (patch)
treedbea3d423464574f45579947f23aa355c2171be8 /reader.h
parent556680cf5ef17b7dd394dcdbcf06b89781390d08 (diff)
add command line string as $argv[1] for fish_title
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/reader.h b/reader.h
index 3375851a..cd39915f 100644
--- a/reader.h
+++ b/reader.h
@@ -116,8 +116,10 @@ void reader_pop_current_filename();
Write the title to the titlebar. This function is called just
before a new application starts executing and just after it
finishes.
+
+ \param cmd Command line string passed to \c fish_title if is defined.
*/
-void reader_write_title();
+void reader_write_title(const wchar_t *cmd);
/**
Call this function to tell the reader that a repaint is needed, and