Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display character size on dragging window edges #647

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Roshan-R
Copy link

Should resolve #443

things to address upon :

  • At present, it connects the size-allocate signal of the grid to call the function to show size, this could probably be improved by connecting to some other signal
  • It shows the character size upon first launch
  • Improve Design

@jeremypw
Copy link
Collaborator

jeremypw commented Nov 1, 2023

@Roshan-R : This now conflicts with master so needs attention. Also, the character size of the window will change when the font size is changed - this does not seem to handle that? @danirabbit Is this something worth pursuing? I am not sure whether a Gtk4 version of Terminal is on the roadmap but this solution probably will not work as is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display size (in characters) while dragging windows edges
2 participants