mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 13:11:15 -03:00
Initial work to support for term-24bit ("true color")
This commit is contained in:
4
input.h
4
input.h
@@ -185,8 +185,8 @@ wchar_t input_function_get_code(const wcstring &name);
|
||||
/** Returns a list of all existing input function names */
|
||||
wcstring_list_t input_function_get_names(void);
|
||||
|
||||
/** Updates our idea of whether we support term256 */
|
||||
void update_fish_term256();
|
||||
/** Updates our idea of whether we support term256 and term24bit */
|
||||
void update_fish_color_support();
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user