Git Product home page Git Product logo

Comments (4)

rricharz avatar rricharz commented on August 27, 2024

Some of the historical plot files change the font size, but most of them require font size 1 without setting it. These were probably plot files for the 4010. The - keepsize option gives you the option to run it like a 4014 with sticky smaller characters. The implementation of the RESET key would not solve the problem, because it is a key and not a character sent by the plot file.

from tek4010.

aap avatar aap commented on August 27, 2024

Hm, does the 4010 even have different character sizes? I don't think I saw that in the manual. In any case I think it should be specified somewhere that -keepsize is the option for accurate 4014 emulation. Changing the font size really doesn't make much sense if it's reset on every clear if you want to use it as a regular video terminal.

from tek4010.

LegalizeAdulthood avatar LegalizeAdulthood commented on August 27, 2024

By "font size" I assume you are talking about the ESC 8, ESC 9, ESC : and ESC ; sequences that select the number of lines and characters per line in alphanumeric mode on the 4014.

The 4010 doesn't support this feature, so when emulating the 4010, nothing should change and these ESC sequences should be ignored. (I haven't checked the schematic to see what a 4010 would actually do, but I suspect the ESC would be gobbled up and the following character treated normally if it wasn't a recognized ESC sequence. The 4010/4014 have no microprocessor and handle ESC sequence processing through a state machine implemented in discrete logic.)

from tek4010.

RonnySvedman avatar RonnySvedman commented on August 27, 2024

Yup, the 4006, like the 4010 have just one text size.

from tek4010.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.