mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 03:26:35 +01:00
redesign text input field to scroll horizontally, increase max string size
This commit is contained in:
@@ -40,7 +40,7 @@ void discard_buf(ChatContext *ctx);
|
||||
/* Deletes the line from pos to len */
|
||||
void kill_buf(ChatContext *ctx);
|
||||
|
||||
/* nulls line and sets pos and len to 0 */
|
||||
/* nulls line and sets pos, len and start to 0 */
|
||||
void reset_buf(ChatContext *ctx);
|
||||
|
||||
/* Removes trailing spaces from line. */
|
||||
|
||||
Reference in New Issue
Block a user