Qonsole icon indicating copy to clipboard operation
Qonsole copied to clipboard

Autoscroll

Open moatn opened this issue 9 years ago • 15 comments

Hey Joedf,

Qonsole works very great, though i wanted to ask if its normal behavior that the autoscroll function doesnt always works. When multiple lines go through the Qonsole i have to scroll manual down, is there any way to fix this?

Keep up the great work!

moatn avatar Mar 17 '16 18:03 moatn

Hey there, are you using mintty or cygwin by any chance? Possibly related: https://github.com/joedf/Qonsole/issues/2

joedf avatar Mar 19 '16 04:03 joedf

Nope, ive redirected the terminal to a Powershell shortcut so i have admin rights. This way i can use the Qonsole with full rights and as packet manager etc.

moatn avatar Mar 21 '16 10:03 moatn

Ahhh okkay Could you please post your Qonsole configuration file (INI)? :


You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/joedf/Qonsole/issues/1#issuecomment-199212414

joedf avatar Mar 21 '16 16:03 joedf

@MaartenPentinga Hi there? Can you please post your Config file?

joedf avatar Mar 25 '16 23:03 joedf

Hey Joe!

Sorry for the slow reaction :)

[Animation]
Speed=10
Delay=10
dx=25
AnimationDisabled=0
GuiBGDarken_Increment=6
GuiBGDarken_Max=127
GuiBGDarken_Color=0x1A1A1A
[Settings]
HideOnInActive=0
HorizontallyCentered=0
BottomPlaced=0
CmdPaste=1
AutoWinActivate=0
ReduceMemory=1
RunOnStartUp=1
Console_Mode=Cmd
TransparencyPercent=10
CMD_Path=C:\Users\Nerf\Documents\Quake\powershell_Qonsole.lnk
OpenHotkey=#`
CMD_Width=1374
CMD_Height=400
CMD_StartUpArgs=

moatn avatar Mar 26 '16 09:03 moatn

@MaartenPentinga Try this test version. qonsole-[143b_a1].zip

joedf avatar Mar 26 '16 14:03 joedf

@joedf It seems to work now. Though i did some testing. It seems if i make the height to big it stops autoscrolling.

So my quess it has to do with the height and not the terminal that i am emuluting within your program.

moatn avatar Mar 28 '16 12:03 moatn

Thank you. I will soon ask you to try out another test version, once I have one.

joedf avatar Mar 30 '16 04:03 joedf

@MaartenPentinga Sorry about the late reply. If you press the [END] key, does it scroll to your line? Also if you manually scroll, does it display properly or does it leave a black area under the prompt line?

joedf avatar Apr 10 '16 21:04 joedf

I have the same problem, and the one additional piece of information I can offer is that I think this issue is unique to Windows 10. I've installed it on four different machines. Two of them are Windows 10 machines, and they both have the autoscroll problem. The other two are Windows 8.1, and there are no problems whatsoever.

TrekkieGod avatar May 11 '16 05:05 TrekkieGod

I discovered that going to Qonsole Settings / Console Settings / Options tab and checking the "Use legacy console" box fixes the autoscroll issues for me. So I think the problem might be specific with the new Windows Console present in Windows 10 and Windows Server 2016.

TrekkieGod avatar Aug 10 '16 18:08 TrekkieGod

I think you're right. Thanks, I'll have to add a notice and maybe have something automatically change it.

joedf avatar Aug 12 '16 15:08 joedf

More info about it here: https://technet.microsoft.com/en-us/library/mt427362.aspx It must be because of the new line wrap and resize features.

joedf avatar Aug 12 '16 18:08 joedf

I have found a workaround for this. I've noticed that simply sending a mouse wheeldown seems to work fine. I have a few other things to test and fix too (will be in v1.4.5). I should have this specific bug patched in v1.4.4 which should be up by tomorrow (using the workaround).

joedf avatar Jan 22 '17 04:01 joedf

Won't be released finally, The problem is a little more complex than expected. The console buffer size is not resizing correctly so when the window is cropped to a smaller size, the "bug" happens...

joedf avatar Jan 22 '17 22:01 joedf