Keruspe / Germinal

Minimalist vte-based terminal emulator
GNU General Public License v3.0
65 stars 6 forks source link

Enhanced zoom #9

Closed bobi32 closed 5 years ago

bobi32 commented 5 years ago

It is now possible to:

As a side effect, the PR also removes garbage being written to prompt when inadvertently using <Ctrl><Scroll {up,down}>.

Keruspe commented 5 years ago

Can you please split the scroll stuff in a separate commit/pull request? This part is good I think

Keruspe commented 5 years ago

Wrt using X11 libs, I'm against, as I don't use X so that most likely won't work here.

Doesn't libxkbcommon provide something like that?

bobi32 commented 5 years ago

I just realized I let an unused include to libX11 in germinal.c, it might have confused you but the PR only makes use of GDK functions, as is.

BTW I opened another PR as requested.

Keruspe commented 5 years ago

Rebased and squashed, thanks !

Will probably cut a new release soon

bobi32 commented 5 years ago

You’re welcome, and thanks to you!

By the way, you may want to update README.md accordingly ;)