1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-24 20:23:15 +01:00

Add settings option to set paste-mode key and update docs

This commit is contained in:
Marvin Ewald
2016-02-28 21:53:33 +01:00
parent 04576fea7e
commit c6a2bb8a90
7 changed files with 30 additions and 12 deletions

View File

@@ -68,6 +68,7 @@ struct user_settings {
int key_peer_list_up;
int key_peer_list_down;
int key_toggle_peerlist;
int key_toggle_pastemode;
int mplex_away; /* boolean (1 for reaction to terminal attach/detach) */
char mplex_away_note [TOX_MAX_STATUS_MESSAGE_LENGTH];