consoleframework icon indicating copy to clipboard operation
consoleframework copied to clipboard

Cross-platform toolkit for easy development of TUI applications.

Results 13 consoleframework issues
Sort by recently updated
recently updated
newest added

I've tried the Examples/TreeView but I couldn't expand/collapse the branches with the left/right keys. I think the Space key should either toggle the state (expand/collapse) or to select an item...

enhancement

Hi, I'm trying to attach an event handler to an exit menu item. FindChildByName always returns null when I try to get the menu item. Program.cs ``` C# WindowsHost windowsHost...

enhancement

The examples I've seen show floating panels. Is it possible to do docked panels side-by-side? Like in the FAR manager interface? Thanks.