1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-26 23:03:14 +01:00

Improve readability of defines

This commit is contained in:
jfreegman
2018-10-08 13:39:04 -04:00
parent f90a774470
commit 63cc23401a
34 changed files with 69 additions and 74 deletions

View File

@@ -24,12 +24,12 @@
#define TERM_MPLEX_H
/* Checks if Toxic runs inside a terminal multiplexer (GNU screen or tmux). If
yes, it initializes a timer which periodically checks the attached/detached
state of the terminal and updates away status accordingly.
* yes, it initializes a timer which periodically checks the attached/detached
* state of the terminal and updates away status accordingly.
*/
int init_mplex_away_timer(Tox *m);
void lock_status(void);
void unlock_status(void);
#endif /* #define TERM_MPLEX_H */
#endif /* TERM_MPLEX_H */