mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-02 17:46:45 +02:00
make C-e and C-aa work like they do in bash and fix/format help messages
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
/* gets the log path by appending to the config dir the name and a pseudo-unique identity */
|
||||
void init_logging_session(uint8_t *name, uint8_t *key, ChatContext *ctx)
|
||||
void init_logging_session(uint8_t *name, uint8_t *key, ChatContext *ctx);
|
||||
|
||||
/* Adds msg to log_buf with timestamp and name.
|
||||
If buf is full, triggers write_to_log (which sets buf pos to 0) */
|
||||
|
Reference in New Issue
Block a user