mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Make reader_push accept wcstring instead of wchar_t*
This commit is contained in:
@@ -144,7 +144,7 @@ bool reader_thread_job_is_stale();
|
||||
const wchar_t *reader_readline(int nchars);
|
||||
|
||||
/// Push a new reader environment.
|
||||
void reader_push(const wchar_t *name);
|
||||
void reader_push(const wcstring &name);
|
||||
|
||||
/// Return to previous reader environment.
|
||||
void reader_pop();
|
||||
|
||||
Reference in New Issue
Block a user