summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9645ce8)
raw | patch | inline | side by side (parent: 9645ce8)
author | Thomas Jansen <mithi@mithi.net> | |
Thu, 29 Oct 2009 20:10:09 +0000 (21:10 +0100) | ||
committer | Thomas Jansen <mithi@mithi.net> | |
Thu, 29 Oct 2009 20:10:09 +0000 (21:10 +0100) |
src/main.c | patch | blob | history |
diff --git a/src/main.c b/src/main.c
index 34fa355379c8677ccf6f9ed8f66cd302cdafec0d..8464035f1c0bcbf9f6cdbc918af9a524e2f12dba 100644 (file)
--- a/src/main.c
+++ b/src/main.c
void
sigstop(void)
{
- def_prog_mode(); /* save the tty modes */
- endwin(); /* end curses mode temporarily */
- kill(0, SIGSTOP); /* issue SIGSTOP */
+ def_prog_mode(); /* save the tty modes */
+ endwin(); /* end curses mode temporarily */
+ kill(0, SIGSTOP); /* issue SIGSTOP */
}
static guint timer_sigwinch_id;