bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in SIGWINCH-handling ?


From: avl
Subject: bug in SIGWINCH-handling ?
Date: Mon, 13 Nov 2000 14:03:12 +0100

Configuration Information [Automatically generated, do not change]:
Machine: i586
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i586' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i586-mandrake-linux-gnu' 
-DCONF_VENDOR='mandrake' -DSHELL -DHAVE_CONFIG_H  -D_FILE_OFFSET_BITS=64  -I. 
-I/usr/include -I. -I./lib -I/usr/include -O6 -fomit-frame-pointer 
-fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium 
-ffast-math -fexpensive-optimizations
uname output: Linux pc7499.gud.siemens.at 2.2.13-7mdk #1 Wed Sep 15 18:02:18 
CEST 1999 i586 unknown
Machine Type: i586-mandrake-linux-gnu

Bash Version: 2.03
Patch Level: 16
Release Status: release

Description:
    May also be a readline-bug.
        I have bash running in xterm.
    if bash is on prompt, and I resize xterm, all is ok, but
    if some program is running, and I resize xterm, and later 
       exit the program, then the readline-library seems not 
       to have noticed the resizing.

Repeat-By:
        start  xterm -exec bash
    the "OK"-case:
    - resize xterm-window
    - type a very long line (wrapping around) and backspace it 
         (reverse wrapping around)
    the bug-case:
    - start a program, e.g. cat
    - resize xterm-window (make it wider/narrower)
    - exit program (cat)
    - type a very long line:  the wrapping happens at the wrong time
    - backspace the long line:  reverse-wrapping happens at wrong times
          or even not visibly at all.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]