diff --git a/doc/help.txt b/doc/help.txt index c5d93ef0..81c4ef98 100644 --- a/doc/help.txt +++ b/doc/help.txt @@ -1,8 +1,7 @@ -GNU Screen is a powerful program that allows your terminal session to -use multiple windows, and retain context among multiple logins. +Screen is a powerful program that allows your terminal session to use +multiple windows and retain context among multiple logins. -This version of screen is configured with a task bar at the bottom of -the window that shows: open windows, the current-OS, reboot-required, +A task bar at the bottom shows: open windows, OS-version, reboot-req, updates-available, system-load, cpu-info, memory-info, and date/time. F2 Create a new window | F6 Detach from the session @@ -10,7 +9,5 @@ F3 Go to the prev window | F7 Enter scrollback mode F4 Go to the next window | F8 View all keybindings F5 Close current window | F9 Configure screen-profiles | F12 Lock this terminal - -'screen -r' - reattach | 'man screen' - complete help - -The escape key is currently set to > +'screen -r' - reattach | +'man screen' - complete help | > Escape sequence diff --git a/screen-profiles b/screen-profiles index 6a5c3393..4fe1471c 100755 --- a/screen-profiles +++ b/screen-profiles @@ -110,7 +110,7 @@ def help(screen, size, config): text=text.replace("", getesckey(), 1) - t = Textbox(70, 16, text, scroll=1) + t = Textbox(70, 14, text, scroll=1) bb = ButtonBar(screen, ((_("Back"), )), compact = 1) g = GridForm(screen, _("Screen Profiles Help"), 1, 3) g.add(t, 0, 0, padding=(0,0,0,0))