Compare commits
1 Commits
9213272527
...
b90dec5be3
| Author | SHA1 | Date | |
|---|---|---|---|
|
b90dec5be3
|
@@ -16,9 +16,7 @@
|
||||
|
||||
gboolean launch_editor(gchar* initial_content, void (*callback)(gchar* content, void* data), void* user_data);
|
||||
|
||||
// SIGUSR1 escape: SIGTERM the editor child. Use when WUNTRACED can't catch
|
||||
// it (alive but stuck). Wired in profanity.c.
|
||||
void editor_emergency_kill(void);
|
||||
void editor_emergency_kill(void); // SIGCONT+SIGTERM the editor child
|
||||
|
||||
// TRUE if editor child is STOPPED (Ctrl-Z / :stop / gdb-attach). Does not
|
||||
// reap; g_child_watch keeps handling exit.
|
||||
|
||||
Reference in New Issue
Block a user