[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #2892: TerminalView does not like to resize
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #2892: TerminalView does not like to resize
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Sun, 21 Apr 2024 21:30:50 GMT
- To: bsteers@xxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
http://gambaswiki.org/bugtracker/edit?object=BUG.2892&from=L21haW4- Comment #4 by Benoît MINISINI: > Did you write it? Yes. But it's far more complex than a little glitch. The problems: 1. When reformatting lines, you have to move the cursor in a coherent way, and sometimes the cursor has to move out of the screen to be coherent, which normally the VT100 standard forbids. 2. Some programs like 'bash' or 'top' redraw themselves when the terminal says them that its size has changed. But this redrawing is done at the same time the reformatting is done, so things go weird. ----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----
[Gambas-bugtracker] Bug #2892: TerminalView does not like to resize | <bugtracker@xxxxxxxxxxxxxx> |