Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
ref:uifc [2021/01/21 18:33] – [UIFC Input Keyboard Modes] Remove non-applicable K_ mode flags. digital manref:uifc [2023/12/29 03:08] – [Input] Mention the issues with Windows Terminal and tip on using conhost.exe digital man
Line 6: Line 6:
  
 ===== 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 (''wt.exe''). To use the legacy Windows Console Host instead, run ''conhost.exe'' and pass the path and arguments to the UIFC application on the command-line.
  
 ==== 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 Javascript Usage:+Example JavaScript Usage:
  
 <code> <code>
Line 154: Line 164:
 } }
 </code> </code>
 +
 +{{tag>javascript uifc}}