summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/init_disp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/talk/init_disp.c')
-rw-r--r--usr.bin/talk/init_disp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c
index ee99556..e50b9e8 100644
--- a/usr.bin/talk/init_disp.c
+++ b/usr.bin/talk/init_disp.c
@@ -50,7 +50,7 @@ static char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94";
#include <err.h>
#include "talk.h"
-/*
+/*
* Make sure the callee can write to the screen
*/
void check_writeable()
@@ -66,7 +66,7 @@ void check_writeable()
errx(1, "The callee cannot write to this terminal, use \"mesg y\".");
}
-/*
+/*
* Set up curses, catch the appropriate signals,
* and build the various windows.
*/
@@ -119,7 +119,7 @@ set_edit_chars()
int cc;
struct sgttyb tty;
struct ltchars ltc;
-
+
ioctl(0, TIOCGETP, &tty);
ioctl(0, TIOCGLTC, (struct sgttyb *)&ltc);
my_win.cerase = tty.sg_erase;
OpenPOWER on IntegriCloud