summaryrefslogtreecommitdiff
path: root/pico/osdep/terminal.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-05-31 17:16:44 -0600
committerEduardo Chappa <chappa@washington.edu>2013-05-31 17:16:44 -0600
commita46157ba61f2c65f88b42abb31db60c4a714f87b (patch)
treee37bc41ad2f57b3fd2bad310576cc155a58ca6b7 /pico/osdep/terminal.c
parent81e994d7907f850506ddc248f84761a54995e58c (diff)
downloadalpine-a46157ba61f2c65f88b42abb31db60c4a714f87b.tar.xz
* somehow all.patch got here. Reversing.
Diffstat (limited to 'pico/osdep/terminal.c')
-rw-r--r--pico/osdep/terminal.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/pico/osdep/terminal.c b/pico/osdep/terminal.c
index eb24d90e..72206c01 100644
--- a/pico/osdep/terminal.c
+++ b/pico/osdep/terminal.c
@@ -26,7 +26,6 @@ static char rcsid[] = "$Id: terminal.c 921 2008-01-31 02:09:25Z hubert@u.washing
#include "../keydefs.h"
#include "../pico.h"
#include "../mode.h"
-#include "../edef.h"
#include "raw.h"
#include "color.h"
@@ -479,12 +478,6 @@ tinfoopen(void)
{
int row, col;
- if (sendnow){
- term.t_nrow = 23;
- term.t_ncol = 80;
- return 0;
- }
-
/*
* determine the terminal's communication speed and decide
* if we need to do optimization ...
@@ -1260,12 +1253,6 @@ tcapopen(void)
{
int row, col;
- if (sendnow){
- term.t_nrow = 23;
- term.t_ncol = 80;
- return 0;
- }
-
/*
* determine the terminal's communication speed and decide
* if we need to do optimization ...