You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should discuss what is the expected behavior of the show_cell window when we are resizing the terminal window. If we are going to implement #17 we should not close it because there can be unsaved changes. In this case we should also discuss window size and window placement.
The text was updated successfully, but these errors were encountered:
Yes, currently the cell popup might be truncated as well on narrow terminals.
What about doing something different, like drawing a divider at 50% of the terminal height and displaying the content at the bottom without border? This is what tig does when selecting a commit in the graph view (and mutt/etc/...)
Fixed crash on resize with Textbox popup open. 41c0f27. I'm going to go ahead and close this issue. Any text editing issues that arise if we implement editing will be handled with that issue.
We should discuss what is the expected behavior of the show_cell window when we are resizing the terminal window. If we are going to implement #17 we should not close it because there can be unsaved changes. In this case we should also discuss window size and window placement.
The text was updated successfully, but these errors were encountered: