Midnight Commander in the context of Cross-platform


Midnight Commander in the context of Cross-platform

Midnight Commander Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Midnight Commander in the context of "Cross-platform"


⭐ Core Definition: Midnight Commander

GNU Midnight Commander (also known as mc, the command used to start it, and as mouseless commander in older versions) is a free cross-platform orthodox file manager. It was started by Miguel de Icaza in 1994 as a clone of the then-popular Norton Commander.

GNU Midnight Commander is part of the GNU project and is licensed under the terms of the GNU General Public License.

↓ Menu
HINT:

In this Dossier

Midnight Commander in the context of Text-based user interface

In computing, text-based user interfaces (TUI) (alternately terminal user interfaces, to reflect a dependence upon the properties of computer terminals and not just text), is a retronym describing a type of user interface (UI) common as an early form of human–computer interaction, before the advent of bitmapped displays and modern conventional graphical user interfaces (GUIs). Like modern GUIs, they can use the entire screen area and may accept mouse and other inputs. They may also use color and often structure the display using box-drawing characters such as ┌ and ╣. The modern context of use is usually a terminal emulator.

View the full Wikipedia page for Text-based user interface
↑ Return to Menu

Midnight Commander in the context of Box-drawing character

Box-drawing characters, also known as line-drawing characters, are a form of semigraphics widely used in text user interfaces to draw various geometric frames and boxes. These characters are characterized by being designed to be connected horizontally and/or vertically with adjacent characters, which requires proper alignment. Box-drawing characters therefore typically only work well with monospaced fonts.

In graphical user interfaces, these characters are much less useful as it is simpler to draw lines and rectangles directly with graphical APIs. However, they are still useful for command-line interfaces and plaintext comments within source code.

View the full Wikipedia page for Box-drawing character
↑ Return to Menu