mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Replace some string_buffer_t
This commit is contained in:
@@ -93,7 +93,7 @@ typedef struct connection
|
||||
The input string. Input from the socket goes here. When a
|
||||
newline is encountered, the buffer is parsed and cleared.
|
||||
*/
|
||||
buffer_t input;
|
||||
std::vector<char> input;
|
||||
|
||||
/**
|
||||
The read buffer.
|
||||
|
||||
Reference in New Issue
Block a user