Skip to content
Snippets Groups Projects
Commit 9b13ae0f authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Enable new reverse_cursor UIFC option for SyncTERM

Thanks DigitalMan!
parent 1cc56f5e
No related branches found
No related tags found
No related merge requests found
Pipeline #6706 passed
......@@ -26,6 +26,7 @@ Support LCF as defined in STD-070
Support upploading SSH public key over SFTP channel in SSH mode
Add "Yellow is Yellow" option
Insert mode defaults to on in UIFC text input fields
Underline cursor for insert mode, block on overstrike in UIFC fields
Version 1.1
-----------
......
......@@ -1567,6 +1567,7 @@ main(int argc, char **argv)
uifc.size = sizeof(uifc);
uifc.esc_delay = 25;
uifc.insert_mode = TRUE;
uifc.reverse_cursor = TRUE;
url[0] = 0;
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment