summaryrefslogtreecommitdiff
path: root/config/obr/joe/joerc
diff options
context:
space:
mode:
Diffstat (limited to 'config/obr/joe/joerc')
-rw-r--r--config/obr/joe/joerc63
1 files changed, 11 insertions, 52 deletions
diff --git a/config/obr/joe/joerc b/config/obr/joe/joerc
index 49c09a0..6fbaf37 100644
--- a/config/obr/joe/joerc
+++ b/config/obr/joe/joerc
@@ -14,38 +14,6 @@
on the command line. Also the NOXON, LINES, COLUMNS, DOPADDING and BAUD
options can be specified in environment variables):
- Override colors of lexical classes specified in syntax files:
- Put each color override you want in the first column.
-
- Valid colors:
- bold inverse blink dim underline italic
- white cyan magenta blue yellow green red black
- bg_white bg_cyan bg_magenta bg_blue bg_yellow bg_green bg_red bg_black
-
- Other colors are available: see syntax/c.jsf for documentation.
-
- Override all instances of class Idle:
- =Idle red
-
- Override Idle only for c syntax file:
- =c.Idle red
-
- The following list is from c.jsf. Look at other syntax files for more classes.
-
- =Idle
- =Bad bold red
- =Preproc blue
- =Define bold blue
- =IncLocal cyan
- =IncSystem bold cyan
- =Constant cyan
- =Escape bold cyan
- =Type bold
- =Keyword bold
- =CppKeyword bold
- =Brace magenta
- =Control
-
Put each option you want set in the first column:
-option Sets the option
@@ -198,21 +166,8 @@
-square Rectangular block mode
- -text_color color
- Set color for text.
- -status_color color
- Set color for status bar.
- -help_color color
- Set color for help.
- -menu_color color
- Set color for menus.
- -prompt_color color
- Set color for prompts.
- -msg_color color
- Set color for messages.
-
- For example: -text_color bg_blue+white
- Sets the background color to blue and foreground color to white.
+ -colors scheme
+ Set the default color scheme
-restore Restore previous cursor position when files are opened
@@ -363,6 +318,8 @@
-linums Enable line numbers on each line
+ -hiline Highlight current line
+
-rdonly File is read-only
-keymap name
@@ -455,9 +412,11 @@ menu,"indent",rtn = Indent select
mode,"highlight",rtn H Highlighting %Zhighlight%
mode,"crlf",rtn Z CR-LF/MS-DOS %Zcrlf%
mode,"linums",rtn N Line numbers %Zlinums%
+mode,"hiline",rtn U Highlight line %Zhiline%
mode,"beep",rtn B Beep %Zbeep%
mode,"rdonly",rtn O Read only %Zrdonly%
mode,"syntax",rtn Y Syntax
+mode,"colors",rtn S Color scheme
mode,"encoding",rtn E Encoding
mode,"asis",rtn % % Meta chars as-is
mode,"language",rtn V Language
@@ -919,7 +878,7 @@ aspellword ^[ n
:def shell_release release
:def shell_math maths
:def shell_abort abort
-:def shell_typemath txt,maths,"ins",rtn,rtn,txt," ",rtn,txt,quote,"d",rtn
+:def shell_typemath txt,maths,"ins",rtn,rtn,txt,"\r",rtn,txt,quote,"d",rtn
:def shell_rtn rtn
:def shell_edit edit
:def shell_dellin dellin
@@ -1324,9 +1283,9 @@ type U+0 TO U+10FFFF
:inherit main
"" ^C Abort
"" ^D Eof
-" " ^I Tab
+"\t" ^I Tab
"" ^H Backspace
-" " ^M Return
+"\r" ^M Return
"" ^? Backspace
:vtshell Input to ANSI shell windows
@@ -1343,7 +1302,7 @@ type U+0 TO U+10FFFF
"" ^C Abort
"" ^D Eof
"" ^E EOL for bash
-" " ^I Tab
+"\t" ^I Tab
"" ^H Backspace
-" " ^M Return
+"\r" ^M Return
"" ^? Backspace