jhhoward / MicroWeb

DOS Web browser for 8088 class machines
GNU General Public License v2.0
436 stars 31 forks source link

can it work without graphics mode? #3

Closed roytam1 closed 2 months ago

roytam1 commented 3 years ago

i.e. a new lynx browser. so it can work on IBM MDA output.

jhhoward commented 3 years ago

There are no current plans for a text mode but possibly in the future. The code has been written in a way so that the video driver is separated from the rest of the renderer as much as possible so that additional video modes can be supported in the future.

MDA text mode is interesting though as it provides the option to underline text which would be useful for hyperlinks!

niutech commented 2 years ago

There are text-based web browsers for DOS: DosLynx, Lynx, Elinks & Links.

jhhoward commented 2 months ago

Closing this as there are alternative browsers available for text mode only