Open/ed 15.10.15
================
MODE XTERM type
---------------
(Replaces MODE TERM).
This new mode allows you to fine tune your Open/ed settings
for the type of xterm program you are using.
It simply enables two additional features.
1. The name of the file you are editing is put in the tab
title and/or window title.
2. When in MODE INSERT, the cursor will change to a '|'.
When you exit insert mode, it reverts to a block.
These both work in OSX iTerm2.
On OSX simply say MODE XTERM ITERM
provided you are using iTerm2 app.
On Linux, no Terminal app is satisfactory.
Hence no MODE XTERM setting is perfect.
If you use Gnome terminal say : MODE XTERM GNOME
This is enabling the tab title, but not the cusor shape.
Gnome terminal is reported to have fixed this.
In that case say MODE XTERM XTERM.
If cursor shape is working say : MODE XTERM XTERM
This enables both features but uses sequences a little more
likely to work on Linux. It is pure xterm sequences.
Warning !
Functionality may change.
Keypad F-keys
-------------
None support DECPAM, keyboard application mode !
So no keypad F-keys. Pathetic.
Linux blinking text.
--------------------
Linux Terminal apps do not support blink video attribute.
To switch all blink to bold
Create a file $HOME/.curwin.conf
# $HOME/.curwin.conf : local temporary curwinlib changes.
#
if $PLATFORM is $LNX
blink_bold on
return
If you get a terminal app that supports blink, comment out
the if and blink_bold lines with a hash.
TIMER name value
----------------
This command is un-documented and as with all un-documented features,
is not officially supported and likely to change.
TIMER tag_text n
Sets the time that the TAG TEXT command will wait to display.
n is in tenths of a second.
0 means wait forever.
TIMER tag_loc n
Sets the time that the TAG LOCATE command will wait to display
the tag text, if MODE LOCTAGTEXT is on.
n is in tenths of a second.
0 means wait forever.
TIMER tag_click n
Sets the time that the tag text will be displayed, if mode clicktagtext is on.
n is in tenths of a second.
0 means wait forever.
Support
=======
Questions, problems, bug reports :