Simple plugin to display the PID of the Profanity process and its parent
Theme example in ~/.local/share/profanity/plugin_themes
[pid]
self=bold_white
parent=white
*/
#include<stdio.h>
#include<sys/types.h>
#include<unistd.h>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.