pfalcon / ScratchABit

Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
GNU General Public License v3.0
393 stars 47 forks source link

TUI ignore terminal resizing #13

Open RomanKharin opened 8 years ago

RomanKharin commented 8 years ago

TUI ignore terminal resizing

Occured on gnome-terminal, xterm

btw Is there "redraw screen" hotkey?

pfalcon commented 8 years ago

That's true. Terminal (XTerm) is sized once at startup and this size is used afterwards. May be possible to fix it eventually, but low enough priority.

The whole screen us redrawn for example when opening and then closing menu popup (this won't lead to new terminal size being picked up, as explained above).