top | item 40692619

(no title)

netmare | 1 year ago

The Wikipedia entry on text-based user interfaces uses IT as an example of a text-mode program featuring a pixel-accurate mouse pointer. The "citation-needed" had always been annoying me, since I knew it was true, but I couldn't prove it. Now, we can finally link to IT_MOUSE.ASM and be done with it.

discuss

order

dragonwriter|1 year ago

That seems like an analytical conclusion based on a primary source, and thus a violation of No Original Research policy if sourced directly to the primary source on which the conclusion is based, and not a published secondary source that actually provides the analysis of the primary source.

lionkor|1 year ago

Just cite that HN comment above you then;)

Dalewyn|1 year ago

One of Wikipedia's sourcing paradoxes is that the literal horse's mouth is the worst source as to be unusable.

ramses0|1 year ago

[citation needed]

Gormo|1 year ago

But is Impulse Tracker a true textmode application? While not full of flashy graphics and icons, it uses lots of widgets and layout features that put it squarely in conventional GUI territory. And the repo contains the VESA code for rendering the equalizer UI.

bitwize|1 year ago

It was a common technique in the DOS era to simulate GUIs with text. This was not just done with the characters in codepage 437 either; using redefinable character sets in the EGA and VGA, graphical elements such as buttons, input fields, etc. could be rendered in character cells. By redefining characters where the mouse pointer was supposed to be, a pixel-accurate mouse pointer could be created. Not just trackers used this technique, but e.g., later versions of Norton Utilities did as well.

rzzzt|1 year ago

Apparently this was hidden behind the Alt+F12 key combo? I might have to fire up a copy as I don't remember ever seeing this bit. Edit: it doesn't seem to be enabled in 2.14. Oh well, got to hear "Blue Flame" again!

The rest of the application runs in 80x50 text mode, and it included a character editor so you could customize the box drawing characters if you were so inclined.