Jump to content

Split screen (computing)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pi314m (talk | contribs) at 01:05, 11 November 2019 (citation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Various methods to display multiple signals on a 4:3 screen: 1+3, 3+1 (1:1), 2×2, 3×3, 4×4 (4:3), 1+1 (2:3 vertical, 8:3 horizontal), 4×3 (1:1), 1 in 12 (4:3).

A split screen is a display technique in computer graphics that consists of dividing graphics and/or text into adjacent (and possibly overlapping) parts, typically as two or four rectangular areas. This is done in order to allow the simultaneous presentation of (usually) related graphical and textual information on a computer display.

The original non-dynamic split screens differed from windowing systems in that the latter always allowed overlapping and freely movable parts of the screen (the "windows") to present related as well as unrelated application data to the user, while the former were strictly limited to fixed non-overlapping positions.

Editors

Having two or more source files on the screen allows both for maintaining related program modules but also for looking up documentation for the programming language being used. Among the early editors supporting split screen were Brief (text editor)[1] and EMACS.

Other uses

The split screen technique can also be used to run two instances of an application, possibly with another user interacting with the other instance.

See also

References

  1. ^ Larry Ayers (June 2000). "Visual SlickEdit 5.0". Linux Journal.