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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user