ConEmu / cmder last line of shell getting hidden / scrolled beneath bottom

2

I don't know if I've described this well, but the bottom line of the console keeps getting scrolled beneath the bottom. I imagine some setting I've tweaked caused this, but I can't figure out which one. Below is a screenshot illustrating what I mean.

Screenshots Displaying Missing Prompt

The 'bad' view on the right side of the image is scrolled to the bottom, and it's a little hard to see, but the prompt has scrolled below the bottom of the screen and there is no way to get it to appear again, except:

  1. Clearing the Screen with cls or clear depending on shell
  2. The position sometimes toggles on minimize/maximize of ConEmu window. Sometimes this fixes the problem; sometimes it introduces the problem

Fairly annoying. Any thoughts?

Update: (Adding Build Info)

  • ConEmu build 150310
  • Clink v0.4 [git:c13aaf]
  • git version 2.4.5.windows.1 portable git
  • cmder v1.1.3

I think those are all the relevant involved components.

Steps to reproduce:

Not really sure - it just seems to 'happen' sometimes. There are two contributing events that seem to initiate this happening most often - they are:

  • Running a command with longer than console output, e.g. dir /a %windows%\system32 I have long buffer output checked in the setting - was at 300 - changed to 150 - no difference
  • Minimizing/Restoring ConEmu window. As I said above, sometimes this fixes the existing problem. Sometimes this causes the problem.

dgo

Posted 2015-12-20T15:14:04.903

Reputation: 685

>

  • Old build. 2. Absence of repro steps.
  • < – Maximus – 2015-12-20T16:39:52.710

    @Maximus - You're saying it is an old build? Or I should check? Repro steps? Screenshot of settings? – dgo – 2015-12-20T18:13:34.723

    At least, you have to name the build number and repro steps. – Maximus – 2015-12-20T22:25:50.280

    Build numbers of all used software: ConEmu, clink, git, etc. – Maximus – 2015-12-20T22:26:42.487

    @Maximus. See update. Let me know if you need more info - or if you want me to move this to github. – dgo – 2015-12-20T22:54:43.083

    Both ConEmu and clink are too old. Update them. – Maximus – 2015-12-21T07:09:30.780

    @Maximus - I've updated both and still happens. I assume it's setting I've changed, but don't know which one. – dgo – 2016-01-23T18:36:21.447

    With StatusBar hidden nobody may say what happens on your side. Attach you settings at least, or try to run "ConEmu -basic". – Maximus – 2016-01-24T07:51:58.470

    Answers

    2

    Possible Cause

    This seems to have happened for me with the following

    • Window size: Height: 100%
    • Restore to active monitor
    • (I also have quake-style enabled but don't know that that would affect it)

    Work-around

    Setting Height to 98% or something seems to have fixed this.

    Additional Thoughts

    I noticed on the extra monitor the scroll bar did not extend all the way to the bottom of the console. This lead me to believe it has something to do with the height / buffering. When I set height back to 100% it did not revert though to being "wrong". If I notice it again I'll nab one and update this post.

    emragins

    Posted 2015-12-20T15:14:04.903

    Reputation: 183