summaryrefslogtreecommitdiff
path: root/src/edterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edterm.c')
-rw-r--r--src/edterm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/edterm.c b/src/edterm.c
index 23cc4e2..6adbe1c 100644
--- a/src/edterm.c
+++ b/src/edterm.c
@@ -5,7 +5,7 @@
/* */
/* */
/*******************************************************/
-
+
/*************************************************************/
/* Purpose: */
/* */
@@ -515,11 +515,11 @@ static void pc_eeol()
/* wait for vertical retrace to be off */
while ((inp(0x3da) & 8))
;
-
+
/* and to be back on */
while ((inp(0x3da) & 8) == 0)
;
- }
+ }
#if IBM_ZTC
disp_move(crow,ccol);
@@ -645,7 +645,7 @@ static void tcapopen()
}
static void tcapmove(
- int row,
+ int row,
int col)
{
putpad(tgoto(CM, col, row));