[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with virtual consoles
BERNARD Sebastien [93-94] writes:
> Hi folks,
>
> I have some problems with the virtual consoles send through the channel.
> All works fine but the raw mode of the consoles. I use jove an emacs-like
> editor and when I try to search forward some text - by typing ^S - the input
> flow is blocked and I have to type ^Q to go on editing without beeing able to
> use that key. Has anybody encountered the same problems.
>
> I use MiNT 1.10 with some optimization patchs applied, the vtcon 0.3 and
> MinixFS 0.6pl9. Any clues ?
hmm. before we start the big bug-hunting, do you have andreas fixes
installed? particularly this one,
diff -ur orig/tty.c ./tty.c
--- orig/tty.c Tue Feb 1 04:19:52 1994
+++ ./tty.c Thu Feb 17 20:46:40 1994
@@ -483,6 +483,11 @@
case TIOCSETP:
sg = (struct sgttyb *)arg;
tty->sg = *sg;
+ /* set the tty state for checking control characters */
+ if (sg->sg_flags & T_RAW)
+ tty->state &= ~TS_COOKED;
+ else
+ tty->state |= TS_COOKED;
/* set baud rates */
baud = tosbaud(sg->sg_ispeed);
(*f->dev->ioctl)(f, TIOCIBAUD, &baud);
anyway, tell me what you find out...
thanx
Juergen
PS: anyone expect problems when i rename the terminals to ttyv* next
version? :) any other bugs? and i still would like a fix for the
falcon-without-VGA-screen problem...
--
J"urgen Lock / nox@jelal.north.de / UUCP: ..!uunet!unido!uniol!jelal!nox
...ohne Gewehr
PGP public key fingerprint = 8A 18 58 54 03 7B FC 12 1F 8B 63 C7 19 27 CF DA