Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ref:uifc [2021/01/21 18:33] – [UIFC Input Keyboard Modes] Remove non-applicable K_ mode flags. digital man | ref:uifc [2024/03/05 13:37] (current) – [Background] Update link to NetWare SYSCON page digital man | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Background ===== | ===== Background ===== | ||
| - | UIFC (User InterFaCe) is the text mode full-screen user interface library used by [[util: | + | UIFC (User InterFaCe) is the text mode full-screen user interface library used by [[util: |
| ===== Interfaces ===== | ===== Interfaces ===== | ||
| + | |||
| + | ==== Output ==== | ||
| + | |||
| + | The UIFC library uses the Synchronet Console I/O Library (CIOLIB). | ||
| + | |||
| + | === Windows Console Mode === | ||
| + | |||
| + | == Windows Terminal == | ||
| + | |||
| + | UIFC apps are often not pretty when run from within Windows Terminal ('' | ||
| ==== Input ==== | ==== Input ==== | ||
| Line 144: | Line 154: | ||
| | MSK_CUT | Item cut (Ctrl-X) | | | MSK_CUT | Item cut (Ctrl-X) | | ||
| | MSK_PASTE | Item pasted (Ctrl-V) | | | MSK_PASTE | Item pasted (Ctrl-V) | | ||
| - | | MSK_EDIT | | | + | | MSK_EDIT | Item was selected for edit (F2) | |
| - | Example | + | Example |
| < | < | ||
| Line 154: | Line 164: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | {{tag> | ||