mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Eliminate str2wcs
This commit is contained in:
@@ -724,9 +724,9 @@ rgb_color_t parse_color(const wcstring &val, bool is_background)
|
||||
return result;
|
||||
}
|
||||
|
||||
void output_set_term(const wchar_t *term)
|
||||
void output_set_term(const wcstring &term)
|
||||
{
|
||||
current_term = term;
|
||||
current_term.assign(term);
|
||||
}
|
||||
|
||||
const wchar_t *output_get_term()
|
||||
|
||||
Reference in New Issue
Block a user