imtui icon indicating copy to clipboard operation
imtui copied to clipboard

ImTui: Immediate Mode Text-based User Interface C++ Library

Results 16 imtui issues
Sort by recently updated
recently updated
newest added

It seems that the table demo ("Tables & Columns > Vertical scrolling, with clipping") has bug, the first row is missing when you scroll down ### Safari/605.1.15 ![image](https://user-images.githubusercontent.com/106059172/183233006-a9f7cd06-749f-4058-b365-76ce7a79ca58.png) ### MacOS...

bug

This is visible in the imtui online demo (so it should be easy to see): if you go under Widgets / Vertical Sliders the sliders have knobs that are 2...

Using imtui from within a tmux session, I get a completely blank screen. Looking in the debugger, the render loop does appear to be running, but nothing is visible. I...

When keyboard navigation is enabled, the borders around the selected control are drawn two characters wide, with one character of space between them and the selected control. This is huge...

bug

Do you have plans to upstream your changes to Dear ImGui? I would like to be able to dynamically choose between a TUI and a GUI (ideally even a remote...

question

Some controls are not rendered correctly in ImTUI. Here are some some obvious ones: - Separator - Spacing - Password InputText flag has no effect I wish you could add...

enhancement

terminal emulator : windows terminal preview 1.12.2931.0 ncurses : 6.2 Cannot receive mouse movement events Mouse movement works under ncurses-5.x, but not reporting mouse movements after columns 94

I would like to build a package for this. * It would be great if you could tag and create releases in GitHub. * if there would be a `make...

enhancement

Currently, imtui uses a modified `ImFont::RenderText` function where it inserts the ascii value of the character to be rendered in the alpha channel of the color (`ImDrawVert.col`). While this makes...

enhancement

Is it possible to get mouse scrolling to work? So that it correctly scrolls regions with vertical tabbar. For eg, in this demo window, clicking on the scrollbar and dragging...

enhancement