This file is indexed.

/usr/lib/jove/jem.rc is in jove 4.16.0.73-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Jove Einsteiger Menue
#
# $Id: jem.rc,v 1.2 1995/03/03 16:46:44 gerold Exp $
# $Log: jem.rc,v $
# Revision 1.2  1995/03/03  16:46:44  gerold
# Use "pushlibd" to locate JEM related files.
#
# Revision 1.1  1995/03/03  16:43:11  gerold
# Initial revision
#
####################################################################
# Macro definitions
#
define-macro help-window ^[xselect-buffer *hilfe*^M^[xpushlibd^M^[xinsert-file jem1.txt^M^[xmake-buffer-unmodified^M^[xread-only-mode^M^[xwindow-find^Mb^M^[8^[xgrow-window^M^[xpopd^M
#
define-macro save-and-exit ^[xsave-file^M^[xexit-jove^M
#
define-macro about-jove ^[xpushlibd^M^[xshell-command-with-typeout cat jem1.hlp^M^[xpopd^M
#
define-macro abort-jove ^[xmake-buffer-unmodified^M^[xexit-jove^My^M
#
####################################################################
# functionkeys for vt100, these are always defined
#
# F1
bind-macro-to-key save-and-exit OP
# F2
bind-to-key save-file OQ
# F3
bind-macro-to-key about-jove OR
# F4
bind-macro-to-key abort-jove OS
#
####################################################################
#
# funktionkeys for xterm
ifenv TERM xterm\|xterms
    # F1
    bind-macro-to-key save-and-exit [11~
    # F2
    bind-to-key save-file [12~
    # F3
    bind-macro-to-key about-jove [13~
    # F4
    bind-macro-to-key abort-jove [14~
endif
####################################################################
# funktionkeys for sun / sun-cmd
#
ifenv TERM sun\|sun-cmd
    # F1
    bind-macro-to-key save-and-exit 
    # F2
    bind-to-key save-file 
    # F3
    bind-macro-to-key about-jove 
    # F4
    bind-macro-to-key abort-jove 
endif
#
execute-macro help-window