aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-07 19:59:20 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-07 19:59:20 -0800
commitd76f880faf18bccd4e8a47b7a6d4144a165df7ba (patch)
tree2ba5db467fa19d1db42f13cf1da04ed39ca9ffb1 /reader.h
parent21e83a881e59916cd4ad76c232e5857ef111be84 (diff)
Support for fish_right_prompt
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/reader.h b/reader.h
index 0c674fd0..5ce99882 100644
--- a/reader.h
+++ b/reader.h
@@ -169,7 +169,13 @@ void reader_set_test_function( int (*f)( const wchar_t * ) );
Specify string of shell commands to be run in order to generate the
prompt.
*/
-void reader_set_prompt( const wchar_t *prompt );
+void reader_set_left_prompt( const wcstring &prompt );
+
+/**
+ Specify string of shell commands to be run in order to generate the
+ right prompt.
+*/
+void reader_set_right_prompt( const wcstring &prompt );
/**
Returns true if the shell is exiting, 0 otherwise.