Hi, I implemented a small update to TUI disassembly window - see attachment. This patch removes function name from disassembly listing leaving only offset from function start. The reason for it - disassembly TUI is almost unusable in case of C++ functions - their names (especially templated ones) are very long and thus litter disassembly view. Please, look at sample screenshots here: https://imgur.com/a/GlkVXGi Thanks, Vasili