Sponsored Content
Full Discussion: GNU Screen key bindings....
Operating Systems Linux GNU Screen key bindings.... Post 302961257 by akbar on Wednesday 25th of November 2015 09:15:11 PM
Old 11-25-2015
GNU Screen key bindings....

After I do CTRL-" to show all of my screen sessions, I typically use the up and down arrows to navigate up and down.

Suddenly this has changed, and instead only "j" and "k" seem to work for up and down.

This has changed in the middle of my screen session. First one changed, and then the other changed, a few days apart.

What has happened, and how can I restore my up-down cursor keys?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

key bindings

I'm using AIX 5.2 with ksh, I think it's ksh88 by default, and not ksh93. I would like to enable my arrow keys to ressamble bash behaviour. I don't know to what sequence of characters they're bound now. They do something but it's rather useless behaviour, meaning, unexpected and not very... (1 Reply)
Discussion started by: rein
1 Replies

2. UNIX for Advanced & Expert Users

GNU Screen: Send to Multiple Screens at Once?

There is a feature that I used in KDE's Konsole that I really miss when I'm on a non-GUI server. The ability to "broadcast" what I type to all open windows. That led me to wonder if this could be done with GNU screen (since it can do a whole lot of other cool stuff)? Basically, it would be... (3 Replies)
Discussion started by: deckard
3 Replies

3. HP-UX

Compiling GNU 'screen' on HP-UX 11i

I finally gave up and installed the prepackaged version of 'screen', but I really want to get a better understanding of why my compilation of 'screen' failed on HP-UX 11i using GNU gcc (also from a prepackaged version). Whenever I would try to run './configure' to prep for building screen, it... (4 Replies)
Discussion started by: deckard
4 Replies

4. UNIX for Advanced & Expert Users

GNU screen

Hello, One of the things I like about screen is that it has a scrollback buffer, which if you go into the copy mode, will let you go back for a specified number of line. Is there a way to extend the number of scrollback lines in screen? I've looked thoroughly online and I could not find a... (2 Replies)
Discussion started by: neked
2 Replies

5. UNIX for Dummies Questions & Answers

screen blinks when escape key is pressed

hi folks, i am using sun solaris, when i press escape key in putty/netterm screen will blink for a second, plese let me know where this setting is done by my admin, what i feel is my admin must have set some control key for this so that screen will refresh each time i press escape key. please let... (1 Reply)
Discussion started by: sudheer157
1 Replies

6. UNIX for Advanced & Expert Users

Help with GNU screen: Backtick and Caption.

I'm trying to get GNU screen to show the output of "uptime" for the host being accessed in the current window, but unfortunately, no matter what window I go in, it shows the uptime for the host I originally launched screen in ("adminhost"). Does anyone know how to get this to update from the... (0 Replies)
Discussion started by: akbar
0 Replies

7. Solaris

Solaris, vi (not vim), key bindings

hi, i am facing a problem that (i think) many people had before. under linux i use vim and therefor i am used to be able to use the cursor, delete and backspace keys in edit mode. that's not the case in the classic vi, e.g. under solaris. when hitting these keys, uninteded char sequences are... (1 Reply)
Discussion started by: alex.blackbit
1 Replies

8. HP-UX

GNU screen on HP-UX 11.23

I compiled GNU screen on HP-UX 11.23 and following the compile, I get the following error when I try to run screen Cannot find terminfo entry for 'vt100' By default the TERMINFO is not set, I found a reference that setting it might help. I tried the following but I still receive the same... (2 Replies)
Discussion started by: scotbuff
2 Replies

9. UNIX for Advanced & Expert Users

GNU screen: shortcut to go to tab 10,11 etc

Using GNU-Screen for a long time. C-a 1 2 n p to navigate to other tabs. This works till 9. I often have 10, 11 etc. Is there any way to go to them quickly ? Currently, i have to do C-a 9, C-a n which is quite a pain. Thanks. (0 Replies)
Discussion started by: sentinel
0 Replies

10. Shell Programming and Scripting

GNU-Screen Stuff problems

OPTIONS="java -Xms1024M -Xmx1024M -jar craftbukkit.jar" PROCESS=server01 screen -dmS $PROCESS $OPTIONS nogui # Starting the application screen -x $PROCESS -X stuff `printf "stop\r"` # Closing the application screen -x $PROCESS # Attaching to the... (3 Replies)
Discussion started by: Zanax
3 Replies
Gtk2::Gdk::Screen(3pm)					User Contributed Perl Documentation				    Gtk2::Gdk::Screen(3pm)

NAME
Gtk2::Gdk::Screen - wrapper for GdkScreen HIERARCHY
Glib::Object +----Gtk2::Gdk::Screen METHODS
window = $screen->get_active_window Since: gtk+ 2.10 $screen->broadcast_client_message ($event) o $event (Gtk2::Gdk::Event) colormap = $screen->get_default_colormap $screen->set_default_colormap ($colormap) o $colormap (Gtk2::Gdk::Colormap) screen or undef = Gtk2::Gdk::Screen->get_default display = $screen->get_display fontoptions or undef = $screen->get_font_options Since: gtk+ 2.10 $screen->set_font_options ($options) o $options (Cairo::FontOptions or undef) Since: gtk+ 2.10 integer = $screen->get_height integer = $screen->get_height_mm boolean = $screen->is_composited Since: gtk+ 2.10 list = $screen->list_visuals Returns a list of Gtk2::Gdk::Visual's. string = $screen->make_display_name integer = $screen->get_monitor_at_point ($x, $y) o $x (integer) o $y (integer) integer = $screen->get_monitor_at_window ($window) o $window (Gtk2::Gdk::Window) rectangle = $screen->get_monitor_geometry ($monitor_num) o $monitor_num (integer) integer = $screen->get_monitor_height_mm ($monitor_num) o $monitor_num (integer) Since: gtk+ 2.14 unsigned = $screen->get_monitor_output ($monitor_num) o $monitor_num (integer) Since: gtk+ 2.14 string or undef = $screen->get_monitor_plug_name ($monitor_num) o $monitor_num (integer) Since: gtk+ 2.14 integer = $screen->get_monitor_width_mm ($monitor_num) o $monitor_num (integer) Since: gtk+ 2.14 integer = $screen->get_n_monitors integer = $screen->get_number integer = $screen->get_primary_monitor Since: gtk+ 2.20 double = $screen->get_resolution Since: gtk+ 2.10 $screen->set_resolution ($dpi) o $dpi (double) Since: gtk+ 2.10 colormap = $screen->get_rgb_colormap visual = $screen->get_rgb_visual colormap or undef = $screen->get_rgba_colormap Since: gtk+ 2.8 visual or undef = $screen->get_rgba_visual Since: gtk+ 2.8 window = $screen->get_root_window integer = $screen->get_screen_number Since: gtk+ 2.2 scalar = $screen->get_setting ($name) o $name (string) boolean = $screen->supports_net_wm_hint ($property) o $property (Gtk2::Gdk::Atom) Since: gtk+ 2.2 colormap = $screen->get_system_colormap visual = $screen->get_system_visual list = $screen->get_toplevel_windows Returns a list of Gtk2::Gdk::Window's. integer = $screen->get_width integer = $screen->get_width_mm string = $screen->get_window_manager_name Since: gtk+ 2.2 list = $screen->get_window_stack Since: gtk+ 2.10 PROPERTIES
'font-options' (gpointer : default 0 : readable / writable / private) The default font options for the screen 'resolution' (double : default -1 : readable / writable / private) The resolution for fonts on the screen SIGNALS
composited-changed (Gtk2::Gdk::Screen) size-changed (Gtk2::Gdk::Screen) monitors-changed (Gtk2::Gdk::Screen) SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Gdk::Screen(3pm)
All times are GMT -4. The time now is 07:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy