Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!edcastle!aipna!uk.ac.ed.aipna!awb From: awb@uk.ac.ed.aipna (Alan W Black) Newsgroups: comp.os.minix Subject: Re: MacMinix config.h LINEWRAP option Message-ID: <3676@aipna.ed.ac.uk> Date: 14 Dec 90 11:39:08 GMT References: <1639@ukpoit.co.uk> Sender: news@aipna.ed.ac.uk Reply-To: awb@uk.ac.ed.aipna (Alan W Black) Organization: Dept of AI, University of Edinburgh, Scotland Lines: 33 In article <1639@ukpoit.co.uk>, paul@ukpoit.co.uk (Paul Wood) writes: |> |>In /usr/include/minix/config.h is the following entry: |> #define LINEWRAP 0 /* console.c - wrap lines at column 80 */ |> |>It appears to have no effect when I changed it to a 1 and remade the kernel, |>mm, fs, and macboot. It is not used in console.c. |> |>In fact when I executed the following: |> find / -name '*.[ch]' -exec grep LINEWRAP {} \; |> the only line found was the one listed above. |> |>Does anybody have any information about LINEWRAP? |> |>Paul Wood | UUCP Mail: paul@ukpoit.co.uk | |>31 Buttermere Drive | Bang-Style: ...!ukc!ukpoit!paul | |>Dronfield Woodhouse | Voice: +44 246 214256 | |>Sheffield | FAX: +44 246 214353 | |>England S18 5PX | Postline: 5403 4256 | Unfortunately LINEWRAP is only used in the PC specific stuff (console.c) and is not used at all in the 68000 code (at least not in the ST version). The config file doesn't make this clear and possibly should, or even better the 68k version could use it (so I don't loose the last bytes of the line on my ST). I don't know of a way to get LINEWRAP in the 68K version. Alan Alan W Black 80 South Bridge, Edinburgh, UK Dept of Artificial Intelligence tel: (+44) -31 225 7774 x228 or x223 University of Edinburgh email: awb@ed.ac.uk