problem with zsh interactive shell

Posted by Jack on Super User See other posts from Super User or by Jack
Published on 2010-05-03T06:29:20Z Indexed on 2010/05/03 6:39 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

When I use zsh in interactive mode, I get some glitches. This mainly happens when the command spills over onto a new line and I use backspace, with backspace leaving behind some glitches on the screen and moving the cursor to an odd position.

It happens in a VT, in xterm and urxvt, although it is most noticeable with my chosen terminal, urxvt.

When I use zsh as a login shell, it does not happen at all.

What could be causing this?

© Super User or respective owner

Related posts about zsh

Related posts about urxvt

  • Tunning scrolling in urxvt

    as seen on Super User - Search for 'Super User'
    Hello, I'm using rxvt-unicode version 9.06 at Ubuntu 9.10. I was used to aterm, where you can use SHIFT + up/down arrow to scroll the printed output with a line up or down. You can also use SHIFT + pgup/pgdown to scroll one screen up or down. In urxvt I can use the pgup/pgdown combination as well… >>> More

  • vim-powerline colors are out of whack in urxvt

    as seen on Super User - Search for 'Super User'
    I have attached two images showing what my vim-powerline looks like. As you can see, something has happened to the colors and I cannot figure out how to fix it. I'm running Fedora 17 on a clean install with i3 (default config) and urxvt. Here is my bashrc: # .bashrc if [[ "$(uname)" != "Darwin"… >>> More

  • Mouse wheel scrolling in less and vim using urxvt

    as seen on Super User - Search for 'Super User'
    I have started working with rxvt-unicode (aka urxvt) but found an issue with mouse-wheel scrolling, as compared to gnome-terminal and konsole. The mouse wheel works fine for going through the scrollback buffer, but it doesn't work for automatic scrolling in less/most or vim (though in vim, setting… >>> More

  • How do I make urxvt render xft fonts?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I wonder whether there's a way to make urxvt render xft fonts: URxvt.font: xft:Droid Sans Mono Slashed:pixelsize=9:Regular URxvt.boldFont: xft:Droid Sans Mono Slashed:pixelsize=9:Bold URxvt.talicFont: xft:Droid Sans Mono Slashed:pixelsize=9:Italic URxvt.bolditalicFont: xft:Droid Sans Mono Slashed:pixelsize=9:Bold:Italic If… >>> More

  • Porting GNOME keyboard shortcuts to URXVT

    as seen on Super User - Search for 'Super User'
    I recently switched from gnome terminal to urxvt (and installed tabbed extensions). I am also a heavy emacs user which uses a lot of key combinations similar to urxvt (tab related stuff) like Shift-Left and Shift-Right. These key-combinations are set for selecting text in emacs. Is there a way to… >>> More