mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 03:19:41 +00:00
Merge branch 'master' into concedo_experimental
This commit is contained in:
commit
19dbb3b2a5
2 changed files with 6 additions and 1 deletions
|
@ -520,8 +520,9 @@ void console_init(console_state & con_st) {
|
|||
if (con_st.tty != nullptr) {
|
||||
con_st.out = con_st.tty;
|
||||
}
|
||||
#endif
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
#endif
|
||||
}
|
||||
|
||||
void console_cleanup(console_state & con_st) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue