Bug 136234 - screen paste bug
Summary: screen paste bug
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: screen
Version: 2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Petr Rockai
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-18 20:12 UTC by Josh Bressers
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 4.0.2-6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-21 10:31:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Josh Bressers 2004-10-18 20:12:44 UTC
The FC installed screen package comes with the upstream example
screenrc file installed into /etc.  This file contains this block of
configuration foo

# Yet another hack:
# Prepend/append register [/] to the paste if ^a^] is pressed.
# This lets me have autoindent mode in vi.
register [ "\033:se noai\015a"
register ] "\033:se ai\015a"
bind ^] paste [.]

This breaks the ability to use C-a C-] to paste (which should work so
says the man page).  You can only use C-a C-] to paste while running vi.

If this section is removed, the C-a C-] pasting works as expected.


Note You need to log in before you can comment on or make changes to this bug.