Hi,
I have some trouble with eterm and some textviewers: less, more and
man (I think man uses less, but I am not sure). When I start to read a
manpage - ie man foo - it works fine when i am scrolling down. But
when I trie to scroll up it doesn't work at all. It looks like the
first line is the only line that scrolls up, but still stay at the
same position. So you just can read on line - thats realy annoying.
If i try to go to the top with "gg" i just get a clean (just the
background) screen.
I've seen this behaviour on FreeBSD and Debian. On both systems I use
the same config (see below). After the config I pasted my Eterm
--version.
Would be nice if someon has an idea to solve this problem....
Regards
Erik
---8<---- user.cfg --
<Eterm-0.9.2>
# Grundeinstellung f�r die Farben
begin color
# Farbe des Cursors
cursor #ffffff
end color
begin imageclasses
begin image
type background
# Transparenz des Eterm
mode trans allow trans
# Gr�nstich des Eterm
cmod red 0
cmod blue 0
cmod green 80
state normal
border 0 0 0 0
end image
end
# Geiles Hellblau: cmod red 0 und cmod blue 255
# Gutes Gr�n: cmod red 0 und cmod blue 0
# Dunkelgr�n: cmod red 0, cmod blue 0 und green 80
begin toggles
# keine Scrollbar
scrollbar 0
# keine Raender
# borderless 1
# keine Buttonbar
buttonbar 0
end toggles
# damit eterm mit grosser schrift startet
begin attributes
font default 4 # Mittel Kleine Schrift
# font default 2 # Mittel Kleine Schrift
# font default 1 # Sehr kleine Schrift
# font default 4 # Grosse Schrift
font proportional 0
end
begin actions
# Einstellungen f�r die F-Tasten
bind anymod 0xffbe to echo ^[[M
bind anymod 0xffbf to echo ^[[N
bind anymod 0xffc0 to echo ^[[O
bind anymod 0xffc1 to echo ^[[P
bind anymod 0xffc2 to echo ^[[Q
bind anymod 0xffc3 to echo ^[[R
bind anymod 0xffc4 to echo ^[[S
bind anymod 0xffc5 to echo ^[[T
bind anymod 0xffc6 to echo ^[[U
bind anymod 0xffc7 to echo ^[[V
end actions
--->8---
[EMAIL PROTECTED] Eterm # Eterm --version
Eterm 0.9.2
Copyright (c) 1997-2003, Michael Jennings ([EMAIL PROTECTED])
Build info:
Built on Fri Feb 18 19:15:08 CET 2005
actions.c 1.26 2003/02/19 21:17:43 mej
buttons.c 1.42 2003/08/22 03:19:42 mej
command.c 1.98 2003/08/24 15:09:32 mej
draw.c 1.14 2003/02/19 21:17:46 mej
e.c 1.24 2003/02/19 21:17:47 mej
events.c 1.61 2003/08/24 15:09:32 mej
font.c 1.42 2003/08/24 15:09:32 mej
grkelot.c 1.6 2002/06/08 15:44:06 mej
main.c 1.11 2003/02/19 21:17:52 mej
menus.c 1.61 2003/02/19 21:17:53 mej
misc.c 1.24 2003/03/03 04:53:34 mej
netdisp.c 1.8 2003/06/10 16:20:01 mej
options.c 1.129 2003/08/26 01:45:10 mej
pixmap.c 1.99 2003/08/24 15:09:32 mej
screen.c 1.76 2003/08/26 01:45:10 mej
scrollbar.c 1.46 2003/08/24 15:09:32 mej
startup.c 1.41 2003/08/24 15:09:32 mej
system.c 1.20 2003/08/22 04:09:40 mej
term.c 1.99 2003/08/26 01:45:11 mej
timer.c 1.13 2003/02/19 21:18:07 mej
utmp.c 1.17 2003/02/19 21:18:08 mej
windows.c 1.65 2003/08/26 01:45:11 mej
Debugging configuration: DEBUG=4 +DEBUG_SCREEN +DEBUG_CMD +DEBUG_TTY
+DEBUG_SELECTION +DEBUG_UTMP +DEBUG_OPTIONS +DEBUG_IMLIB +DEBUG_PIXMAP
+DEBUG_EVENTS +DEBUG_X11 +DEBUG_SCROLLBAR +DEBUG_MENU +DEBUG_TTYMODE
+DEBUG_COLORS
Compile-time toggles: -PROFILE -PROFILE_SCREEN -PROFILE_X_EVENTS
-COUNT_X_EVENTS +OPTIMIZE_HACKS +PIXMAP_SUPPORT +PIXMAP_OFFSET
+BACKGROUND_CYCLING_SUPPORT +USE_EFFECTS -NO_CURSORCOLOR
-NO_BOLDUNDERLINE -NO_BOLDFONT -NO_SECONDARY_SCREEN -FORCE_CLEAR_CHARS
-PREFER_24BIT -OFFIX_DND +BORDER_WIDTH_OPTION -NO_DELETE_KEY
+FORCE_BACKSPACE -FORCE_DELETE +HOTKEY_CTRL -HOTKEY_META -LINUX_KEYS
+KEYSYM_ATTRIBUTE +XIM -UNSHIFTED_SCROLLKEYS -NO_SCROLLBAR_REPORT
+CUTCHAR_OPTION -MOUSE_REPORT_DOUBLECLICK +XTERM_SCROLLBAR
+MOTIF_SCROLLBAR +NEXT_SCROLLBAR +SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
+META8_OPTION -GREEK_SUPPORT +MULTI_CHARSET -DISPLAY_IS_IP
-ENABLE_DISPLAY_ANSWER -NO_VT100_ANS +XTERM_COLOR_CHANGE
-DEFINE_XTERM_COLOR -NO_MAPALERT +MAPALERT_OPTION +UTMP_SUPPORT
-HAVE_SAVED_UIDS -ALLOW_BACKQUOTE_EXEC -WARN_OLDER -ESCREEN
Compile-time definitions:
PATH_ENV="ETERMPATH"
REFRESH_PERIOD=5
PRINTPIPE="lp"
KS_DELETE="^[[3~"
SAVELINES=256
CUTCHARS=""&'()*,;<=>[EMAIL PROTECTED]|} ^I"
MULTICLICK_TIME=500
SCROLLBAR_DEFAULT_TYPE=1
SB_WIDTH=10
SCROLLBAR_INITIAL_DELAY=40
SCROLLBAR_CONTINUOUS_DELAY=2
ESCZ_ANSWER="^[[?1;2c"
PTY_GRP_NAME="wheel"
CONFIG_SEARCH_PATH="~/.Eterm/themes:~/.Eterm:/usr/X11R6/etc/Eterm/themes:/etc/Eterm/themes:/usr/X11R6/share/Eterm/themes:/usr/X11R6/etc/Eterm:/etc/Eterm:/usr/X11R6/share/Eterm"
THEME_CFG="theme.cfg"
USER_CFG="user.cfg"
--
J. Erik Heinz
Koblenzer Str. 11
60327 Frankfurt am Main
Handy: 0163 337 37 45
Mail: [EMAIL PROTECTED]
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users