konsole icon indicating copy to clipboard operation
konsole copied to clipboard

Home of the simple console library consisting of ProgressBar, Window, Form, Draw & MockConsole (C# console progress bar with support for single or multithreaded progress updates) Window is a 100%-ish...

Results 33 konsole issues
Sort by recently updated
recently updated
newest added

im facing big issue with console app using c# core 2.0. I still dident find any right aswer to lock console window position. It is movable by the user. Main...

(After writing this up, I actually searched and this may be related to: #20 #33 (though It's not the user resizing the screen, it's RDP) Edit: Tangentially related to #89,...

bug
needs reliable steps to reproduce (failing test)
Bug with workaround will b fixed next patch/releas

Hi there, This may have just been transient - and I've as yet been unable to reproduce it, but a user sent a screenshot of an unhandled exception caused by...

bug

To be able to create windows that look more like text editors, simple minimal interface.

feature request

It would be quite nice to be able to remove a box from the render view. Say, you want to use the box as some type of alert, but when...

version 7

I'm following the [Installing and Getting Started](https://github.com/goblinfactory/konsole#installing-and-getting-started) guide in the README.md, I've setup a new dotnet project and added konsole nuget package yet I'm getting several items that do not...

Here is the stack strace: `System.PlatformNotSupportedException: Operation is not supported on this platform. at System.ConsolePal.MoveBufferArea(Int32 sourceLeft, Int32 sourceTop, Int32 sourceWidth, Int32 sourceHeight, Int32 targetLeft, Int32 targetTop, Char sourceChar, ConsoleColor sourceForeColor,...

given a screen with 10 rows when using splitRows with 3 even splits then the last split (bottom one) should expand by 1 row so that the screen is fully...

minor bug

I realized that the Menus were not explained in the README, which can generate doubts about how use it. I made a pull request updating the README: #77, but I...