fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 100 forks source link

Use guint64 instead of glong. #660

Closed lahol closed 3 years ago

lahol commented 3 years ago

The glong type is not always guaranteed to be large enough, e.g., on 32 bit platform. One result is that the scroll percentage is a weird number. Using explict 64 bit types fixes this.